diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2012-01-30 21:29:46 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2012-01-30 21:29:46 +0400 |
commit | e0e931518b1e5072749e2f2db768a9f0ed899d30 (patch) | |
tree | ee3ea4b49cf75c8ed533a8fa0357add8c971031c /saedit/Makefile | |
parent | dfee2a915a49e479345add234e453a423881d12e (diff) | |
download | evol-tools-e0e931518b1e5072749e2f2db768a9f0ed899d30.tar.gz evol-tools-e0e931518b1e5072749e2f2db768a9f0ed899d30.tar.bz2 evol-tools-e0e931518b1e5072749e2f2db768a9f0ed899d30.tar.xz evol-tools-e0e931518b1e5072749e2f2db768a9f0ed899d30.zip |
Correcting code to remove all compiler warnings.
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~ *~ |