aboutsummaryrefslogtreecommitdiffstats
path: root/icepll
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-07-31 14:57:24 +0200
committerClifford Wolf <clifford@clifford.at>2017-07-31 14:57:24 +0200
commit872e333cf75c6fc1bdf985f09565c70d16567434 (patch)
tree11a7b2336faaf12e84d8890c1674c04b0c8093a6 /icepll
parentf704149b7298c7c6b56520d104dc4b20abf455b2 (diff)
parent81e943e050dad652da795d21375bb700064116f4 (diff)
downloadicestorm-872e333cf75c6fc1bdf985f09565c70d16567434.tar.gz
icestorm-872e333cf75c6fc1bdf985f09565c70d16567434.tar.bz2
icestorm-872e333cf75c6fc1bdf985f09565c70d16567434.zip
Merge branch 'master' into ice5k
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