Root/neocon/Makefile

Source at commit f6fd776f528905e346c7f1caec97945535c7ca43 created 12 years 4 months ago.
By Werner Almesberger, m1/patches/rtems/: Milkymist-specific patches are in upstream (update by Xiangfu)
1PREFIX=/usr/local
2
3CFLAGS=-Wall -g
4
5.PHONY: all clean install uninstall
6
7all: neocon
8
9clean:
10        rm -f neocon
11
12install: neocon
13        install -m 555 neocon $(PREFIX)/bin
14
15uninstall:
16        rm -f $(PREFIX)/bin/neocon
17

Archive Download this file

Branches:
master



interactive