From 05440e4d62f9b0c242c1c040cb864ffe49a6908d Mon Sep 17 00:00:00 2001 From: Robert Ou Date: Wed, 15 Nov 2017 03:13:35 -0800 Subject: Fix up build system to work with emscripten --- icepll/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icepll') 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 -- cgit v1.2.3