gmid/Makefile

8 lines
84 B
Makefile

all: test
test: test.c
${CC} -o test test.c
.PHONY: regress
regress: test
./test