hammer/lib/Makefile

13 lines
124 B
Makefile
Raw Normal View History

OUTPUTS := \
allocator.o
2012-04-30 23:35:11 +01:00
TOPLEVEL := ../
include ../common.mk
all: allocator.o
2012-04-30 23:35:11 +01:00
hush: hush.c
$(CC) $(CFLAGS) -o $@ $<