od/Makefile: fix clean target

This commit is contained in:
Mikael Pettersson
2013-07-27 10:20:20 +00:00
parent eb40fdb1be
commit 4b033cc738

View File

@@ -11,4 +11,4 @@ od: $(ODOBJS) $(LIBOBJS)
od.o: od.c ../include/pdp10-extint.h ../include/pdp10-inttypes.h ../include/pdp10-stdint.h ../include/pdp10-stdio.h
clean:
rm -f $(ODOBJS) a.out core.*
rm -f $(ODOBJS) od a.out core.*