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:
16
neocon/Makefile
Normal file
16
neocon/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user