among-sus/Makefile

7 lines
75 B
Makefile

.POSIX:
all:
$(CC) -o among-sus $(CFLAGS) main.c
clean:
rm -f among-sus