summaryrefslogtreecommitdiff
path: root/linux/bin/installiere_neo/Makefile
diff options
context:
space:
mode:
authorben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-05 15:40:07 +0000
committerben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-05 15:40:07 +0000
commitac663d5d7fc48e545710d058dd2a01799914d567 (patch)
treee3e013dbf685aef44b60f683f8b67a1a81c26a78 /linux/bin/installiere_neo/Makefile
parent98d5fe8c8cc1808dd57e535beae0d95356dc6a00 (diff)
downloadneo-layout-ac663d5d7fc48e545710d058dd2a01799914d567.tar.gz
neo-layout-ac663d5d7fc48e545710d058dd2a01799914d567.tar.bz2
neo-layout-ac663d5d7fc48e545710d058dd2a01799914d567.zip
Makefile für installiere_neo hinzugefügt
git-svn-id: https://svn.neo-layout.org@1381 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/bin/installiere_neo/Makefile')
-rw-r--r--linux/bin/installiere_neo/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/bin/installiere_neo/Makefile b/linux/bin/installiere_neo/Makefile
new file mode 100644
index 0000000..5af1bcd
--- /dev/null
+++ b/linux/bin/installiere_neo/Makefile
@@ -0,0 +1,8 @@
+installiere_neo: ../../xmodmap/neo_de.xmodmap ../../console/neo.map ../asdf ../uiae ../../../A-REFERENZ-A/neo20.txt ../neo ../num ../../../Compose/Compose.neo neo.conf.erzeuge.installiere_neo
+ ./erzeuge.installiere_neo > installiere_neo
+ chmod a+x installiere_neo
+
+clean:
+ rm -f installiere_neo
+
+.PHONY: clean