Inserting VZGOT development tree within GIT
[safe/jmp/vzgot] / lib / Makefile
1 #--------------------------------------------------------------------
2 sauve   : 
3            @ echo doing RCS on $(LOCDIR)
4            ../support/sauver $(SRC)
5 #--------------------------------------------------------------------
6 #Sources contents
7 SRC=                                                            \
8         subapl.h
9
10 LOCDIR= lib
11 #--------------------------------------------------------------------
12 include    Makefile.inc
13 #--------------------------------------------------------------------