DEADSOFTWARE

center issue #194, Meta.PutParam and Kernel.Call for open arrays are mismatched
[bbcp.git] / loader / Makefile
1 # This is BSD Makefile
2 # BSD GNU
3 # ${.TARGET} $@
4 # ${.ALLSRC} $^
5 # ${.IMPSRC} $<
7 CFLAGS += -Wall -O0 -g
9 all: loader
11 loader: loader.c
12 ${CC} ${CFLAGS} -o ${.TARGET} ${.ALLSRC}
14 clean:
15 rm -f loader