Neo ist eine ergonomische Tastaturbelegung, welche für die deutsche Sprache optimiert ist. https://neo-layout.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
neo-layout/Makefile

24 lines
417 B

all: portable grafik linux/bin/installiere_neo
portable:
make -kC portable deploy
grafik:
make -kC grafik
linux/bin/installiere_neo:
make -kC linux/bin/installiere_neo
svnclean:
make -C portable clean
make -C linux/bin/installiere_neo clean
clean: svnclean
make -kC grafik clean
svnupdate:
make svnclean
svn up
make -k
.PHONY: all clean svnupdate svnclean portable grafik linux/bin/installiere_neo