]> pd.if.org Git - pccts/blob - support/rexpr/makefile
auto commit for import
[pccts] / support / rexpr / makefile
1 BAG=../../bin/bag
2 SRC=test.c rexpr.c
3 OBJ=test.o rexpr.o
4 CFLAGS = -g
5
6 test: $(OBJ) $(SRC)
7         cc -g -o texpr $(OBJ)
8
9 shar:
10         shar makefile test.c rexpr.c rexpr.h > rexpr.shar
11
12 archive:
13         $(BAG) makefile test.c rexpr.c rexpr.h > rexpr.bag
14
15 clean:
16         rm -rf *.o core texpr
17
18 scrub:
19         rm -rf *.o core texpr