home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-03-05 | 572 b | 25 lines |
- # -------------------------------------
- # SAS-C Makefile for the Recall package
- # -------------------------------------
-
- recallprefs: RecallPrefs.c
- @echo "*e[32mCompiling $*...*e[0m"
- @sc $*.c Includes/$*.o
- @move $* /Prefs/Recall
- @delete >NIL: $*.o
- @delete >NIL: $*.lnk
-
- recall: Recall.c
- @echo "*e[32mCompiling $*...*e[0m"
- @sc $*.c Includes/$*.o lib:reqtools.lib
- @move $* /$*
- @delete >NIL: $*.o
- @delete >NIL: $*.lnk
-
- reconvert: ReConvert.c
- @echo "*e[32mCompiling $*...*e[0m"
- @sc $*.c Includes/$*.o
- @move $* /Tools/
- @delete >NIL: $*.o
- @delete >NIL: $*.lnk
-