home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-11-01 | 295 b | 15 lines |
-
- CC = gcc
-
- LFLAGS = -noixemul -fbaserel
-
- CFLAGS = -O2 $(LFLAGS) -msmall-code -fno-builtin -fno-function-cse
-
- LIBS = -lm#-lnixmain -lnix -lamiga -lstubs
-
- PointerEyesV1.1: PointerEyesV1.1.o
- $(CC) $(LFLAGS) -o $@ $< $(LIBS)
-
- PointerEyesV1.1.o: PointerEyesV1.1.c
- $(CC) $(CFLAGS) -o $@ $< -c
-