home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-07-26 | 309 b | 24 lines |
-
- TARGET = INI_Example
- OBJS= $(TARGET).o
-
- $(TARGET): $(OBJS)
- sc link to $(TARGET) with <<
- $(OBJS)
- <
-
- $(TARGET).o: $(TARGET).c
-
- dist:
- smake allclean
- smake $(TARGET)
- slink from $(TARGET) ND TO $(TARGET)
- smake clean
-
- clean:
- --delete \#?.(map|o|lnk|info) QUIET
-
- allclean:
- smake clean
- --delete $(TARGET)
-