1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

neocon: moved over from svn.openmoko.org/developers/werner/neocon/

This commit is contained in:
Werner Almesberger
2011-11-21 17:00:32 -03:00
parent bf6c207a89
commit 7d0683b335
3 changed files with 437 additions and 0 deletions

16
neocon/Makefile Normal file
View File

@@ -0,0 +1,16 @@
PREFIX=/usr/local
CFLAGS=-Wall -g
.PHONY: all clean install uninstall
all: neocon
clean:
rm -f neocon
install: neocon
install -m 555 neocon $(PREFIX)/bin
uninstall:
rm -f $(PREFIX)/bin/neocon