hammer/lib/Makefile
2012-05-01 01:47:14 +01:00

12 lines
124 B
Makefile

OUTPUTS := \
allocator.o
TOPLEVEL := ../
include ../common.mk
all: allocator.o
hush: hush.c
$(CC) $(CFLAGS) -o $@ $<