aboutsummaryrefslogtreecommitdiffstats
path: root/icepll
diff options
context:
space:
mode:
authorRobert Ou <rqou@robertou.com>2017-07-16 20:52:58 -0700
committerRobert Ou <rqou@robertou.com>2017-07-16 20:59:55 -0700
commit4111f9cca58fb9fd9ed1858ac56524eff294ff11 (patch)
tree3c9f0778ce075be8dd589a87bddb0ce42e5d9566 /icepll
parent917afd1a853599034b101c9e035ee690560b46fa (diff)
downloadicestorm-4111f9cca58fb9fd9ed1858ac56524eff294ff11.tar.gz
icestorm-4111f9cca58fb9fd9ed1858ac56524eff294ff11.tar.bz2
icestorm-4111f9cca58fb9fd9ed1858ac56524eff294ff11.zip
makefile: Make install target work for Windows
Diffstat (limited to 'icepll')
-rw-r--r--icepll/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/icepll/Makefile b/icepll/Makefile
index 4efa4e1..87eabfa 100644
--- a/icepll/Makefile
+++ b/icepll/Makefile
@@ -11,10 +11,10 @@ icepll$(EXE): icepll.o
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
- cp icepll $(DESTDIR)$(PREFIX)/bin/icepll
+ cp icepll$(EXE) $(DESTDIR)$(PREFIX)/bin/icepll$(EXE)
uninstall:
- rm -f $(DESTDIR)$(PREFIX)/bin/icepll
+ rm -f $(DESTDIR)$(PREFIX)/bin/icepll$(EXE)
clean:
rm -f icepll