home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-05-29 | 310 b | 14 lines |
- # Project: TempLib
-
- .SUFFIXES: .c .o
- CC = cc
- CCflags = -c -IDeskLib:,C: $(x_cflags)
-
- Files = o.ClearAll o.Clone o.Delete o.Find o.Free o.Init \
- o.LoadFile o.UseOutFont o.UseSprite
-
- TempLib: $(Files)
- $(do)
-
- .c.o:; $(CC) $(CCflags) $< -o $@
-