home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-12-10 | 274 b | 15 lines |
- # Makefile for
- # Stickmouse
- # will work with Manx C V 3.6
- #
-
- CFLAGS = +l -n -s
- # remove -n after your finished Debugging
-
- Stickmouse: Stickmouse.o
- ln -t -g -o StickMouse Stickmouse.o -lc32
- # remove -t and -g after you finished Debugging
-
- Stickmouse.o: Stickmouse.c
-
-