hammer/lib/Makefile

6 lines
75 B
Makefile
Raw Normal View History

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