Fix REPOSITION-FILE, HISTORY, locked file handle and other problems.
[pforth] / build / unix / Makefile
index de0b90f..8896f7c 100644 (file)
@@ -4,7 +4,7 @@
 # For more info visit http://www.softsynth.com/pforth/
 #
 # See "help" target below.
 # For more info visit http://www.softsynth.com/pforth/
 #
 # See "help" target below.
-\r
+
 .SUFFIXES: .c .o
 
 # Options include: PF_SUPPORT_FP PF_NO_MALLOC PF_NO_INIT PF_DEBUG
 .SUFFIXES: .c .o
 
 # Options include: PF_SUPPORT_FP PF_NO_MALLOC PF_NO_INIT PF_DEBUG
@@ -124,3 +124,5 @@ clean:
        rm -f $(PFDICDAT)
        rm -f $(PFORTHDIC)
        rm -f $(PFDICAPP)
        rm -f $(PFDICDAT)
        rm -f $(PFORTHDIC)
        rm -f $(PFDICAPP)
+       rm -rf $(OBJECTDIR) $(TEMPOBJECTDIR)
+