tests/Misc./cmdtest/Makefile
2024-07-08 01:46:51 +02:00

7 lines
115 B
Makefile

main:
bake program.c
bake program2.c
test: main
ORIGIN="$$(realpath .)" PATH="$$(realpath .):$${PATH}" cmdtest