aboutsummaryrefslogtreecommitdiffstats
path: root/icepll
diff options
context:
space:
mode:
authorRobert Ou <rqou@robertou.com>2017-11-15 03:13:35 -0800
committerRobert Ou <rqou@robertou.com>2017-11-15 03:13:35 -0800
commit05440e4d62f9b0c242c1c040cb864ffe49a6908d (patch)
treed5394e928dc4831292207109154c3d4a6ec422cd /icepll
parent539cf999dd7fe0a837b72af83c4b1c335b6eafe4 (diff)
downloadicestorm-05440e4d62f9b0c242c1c040cb864ffe49a6908d.tar.gz
icestorm-05440e4d62f9b0c242c1c040cb864ffe49a6908d.tar.bz2
icestorm-05440e4d62f9b0c242c1c040cb864ffe49a6908d.zip
Fix up build system to work with emscripten
Diffstat (limited to 'icepll')
-rw-r--r--icepll/Makefile2
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