diff options
Diffstat (limited to 'icepll/Makefile')
-rw-r--r-- | icepll/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icepll/Makefile b/icepll/Makefile index 87eabfa..13a1d81 100644 --- a/icepll/Makefile +++ b/icepll/Makefile @@ -17,7 +17,7 @@ uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/icepll$(EXE) clean: - rm -f icepll + rm -f icepll$(EXE) rm -f icepll.exe rm -f *.o *.d |