hammer/lib/Makefile
2012-04-23 00:35:58 +01:00

6 lines
No EOL
75 B
Makefile

include ../config.mk
all: allocator.o
%.o: %.c
gcc $(CFLAGS) -c -o $@ $^