diff options
Diffstat (limited to 'progs/samples/Makefile')
-rw-r--r-- | progs/samples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/samples/Makefile b/progs/samples/Makefile index 0a8750698b7..f14b7dfc009 100644 --- a/progs/samples/Makefile +++ b/progs/samples/Makefile @@ -45,3 +45,4 @@ readtex.o: readtex.c readtex.h clean: -rm -f $(PROGS) -rm -f *.o *~ + -rm -f readtex.c readtex.h |