ue: Makefile fixes
authorAlan Cox <alan@linux.intel.com>
Sun, 7 Oct 2018 21:48:40 +0000 (22:48 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 7 Oct 2018 21:48:40 +0000 (22:48 +0100)
Applications/ue/Makefile.6502
Applications/ue/Makefile.68000
Applications/ue/Makefile.6809

index b9b1a94..d8f8c4c 100644 (file)
@@ -28,5 +28,5 @@ ue.ansi: $(OBJS) term-ansi.o
 ue: $(OBJS) term.o
        $(LINKER) -o $@ $(LINKER_OPT) $(CRT0) $^ termcap6502.lib c6502.lib
 
-clean realclean clobber:
-       rm -f *.rel ue *~
+clean:
+       rm -f $(OBJS) $(APPS) $(SRCS:.c=) *.lst *.map size.report *.o *.rel
index 61a4bfd..149fc3d 100644 (file)
@@ -38,5 +38,4 @@ size.report: $(APPS)
        ls -l $< > $@
 
 clean:
-       rm -f $(OBJS) $(APPS) $(SRCS:.c=) *.lst *.map size.report
-
+       rm -f $(OBJS) $(APPS) $(SRCS:.c=) *.lst *.map size.report *.o *.rel
index 1053e4c..13c4964 100644 (file)
@@ -37,5 +37,5 @@ size.report: $(APPS)
        ls -l $< > $@
 
 clean:
-       rm -f $(OBJS) $(APPS) $(SRCS:.c=) *.lst *.map size.report
+       rm -f $(OBJS) $(APPS) $(SRCS:.c=) *.lst *.map size.report *.o *.rel