rename main program
[minfp.git] / Makefile
index 8bd8989..5b9cf37 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,13 +2,10 @@ CLM?=clm
 CLMFLAGS?=-nr
 CLMLIBS?=-IL Platform
 
-all: main
+all: minfp
 
 %: %.icl
        $(CLM) $(CLMLIBS) $(CLMFLAGS) $* $(OUTPUT_OPTION)
 
 clean:
        $(RM) -r "Clean System Files" main
-
-%: %.o rts.o
-       $(CC) $(CFLAGS) $(LDFLAGS) $(TARGET_ARCH) $^ $(OUTPUT_OPTION)