Sfoglia il codice sorgente

Improved the "clean"-entry

ceriel 38 anni fa
parent
commit
c598ed56ae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      util/cmisc/Makefile

+ 1 - 1
util/cmisc/Makefile

@@ -9,7 +9,7 @@ install:	all
 	cp $(TARGETS) $(EMBIN)
 
 clean:
-	rm -f *.o
+	rm -f *.o $(TARGETS)
 
 mkdep:	mkdep.o
 	$(CC) $(LDFLAGS) -o mkdep mkdep.o