Root/poke/Makefile

Source at commit a9ee51921bbb2435a8b3df66b38f3029d288f264 created 9 years 11 months ago.
By Werner Almesberger, ircstat/ML: update for 2014-03
1# CC=arm-angstrom-linux-gnueabi-gcc
2# CC=mipsel-openwrt-linux-uclibc-gcc
3
4CFLAGS=-Wall -g
5
6.PHONY: all clean spotless
7
8all: poke
9
10clean:
11        rm -f poke
12
13spotless: clean
14

Archive Download this file

Branches:
master



interactive