diff options
Diffstat (limited to 'saedit')
-rw-r--r-- | saedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/Makefile b/saedit/Makefile index 71522dc..1c33b72 100644 --- a/saedit/Makefile +++ b/saedit/Makefile @@ -30,4 +30,4 @@ config.o: config.c config.h common.h sae.o: sae.c sae.h common.h gcc ${CFLAGS} -c -o sae.o sae.c clean: - rm -rfv *.o *.o~ *~ + rm -rfv *.o *~ |