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