aboutsummaryrefslogtreecommitdiffstats
path: root/iceprog/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-08-31 14:55:36 +0200
committerClifford Wolf <clifford@clifford.at>2017-08-31 15:00:41 +0200
commit8354bc6086f11002cc58497f91f43200a09c13a9 (patch)
tree8a8ff79693f41b9678581ecd03900cc98513fa8b /iceprog/Makefile
parent7b07cd489d771d543c4db808f7b1eb22ced976bb (diff)
downloadicestorm-8354bc6086f11002cc58497f91f43200a09c13a9.tar.gz
icestorm-8354bc6086f11002cc58497f91f43200a09c13a9.tar.bz2
icestorm-8354bc6086f11002cc58497f91f43200a09c13a9.zip
Removed files that are under GNU licenses
Diffstat (limited to 'iceprog/Makefile')
-rw-r--r--iceprog/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/iceprog/Makefile b/iceprog/Makefile
index d71a9b7..8739ba6 100644
--- a/iceprog/Makefile
+++ b/iceprog/Makefile
@@ -24,12 +24,9 @@ iceprog$(EXE): iceprog.o
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp iceprog$(EXE) $(DESTDIR)$(PREFIX)/bin/iceprog$(EXE)
- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
- install -c -m 644 iceprog.1 $(DESTDIR)$(PREFIX)/share/man/man1
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/iceprog$(EXE)
- rm -f $(DESTDIR)$(PREFIX)/share/man/man1/iceprog.1
clean:
rm -f iceprog