Browse Source

Improved the "clean"-entry

ceriel 38 years ago
parent
commit
c598ed56ae
1 changed files with 1 additions and 1 deletions
  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