7 lines
115 B
Makefile
7 lines
115 B
Makefile
main:
|
|
bake program.c
|
|
bake program2.c
|
|
|
|
test: main
|
|
ORIGIN="$$(realpath .)" PATH="$$(realpath .):$${PATH}" cmdtest
|