among-sus/Makefile

7 lines
75 B
Makefile
Raw Normal View History

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