diff options
author | Robert Ou <rqou@robertou.com> | 2017-11-15 03:13:35 -0800 |
---|---|---|
committer | Robert Ou <rqou@robertou.com> | 2017-11-15 03:13:35 -0800 |
commit | 05440e4d62f9b0c242c1c040cb864ffe49a6908d (patch) | |
tree | d5394e928dc4831292207109154c3d4a6ec422cd /icepll/Makefile | |
parent | 539cf999dd7fe0a837b72af83c4b1c335b6eafe4 (diff) | |
download | icestorm-05440e4d62f9b0c242c1c040cb864ffe49a6908d.tar.gz icestorm-05440e4d62f9b0c242c1c040cb864ffe49a6908d.tar.bz2 icestorm-05440e4d62f9b0c242c1c040cb864ffe49a6908d.zip |
Fix up build system to work with emscripten
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 |