Codebase list ohcount / ab51af5 test / detect_files / Makefile
ab51af5

Tree @ab51af5 (Download .tar.gz)

Makefile @ab51af5raw · history · blame

1
2
3
4
# This is a makefile.

giant_space_monkey : giant_space_monkey.c
	$(CC) $(CFLAGS) -o $@ $?