Root/spiio/Makefile

Source at commit 05bbe9103b38c87bf137fc796046f843e38e9392 created 12 years 6 months ago.
By Werner Almesberger, spiio/: simple SPI I/O example
1CC=mipsel-openwrt-linux-uclibc-gcc
2
3CFLAGS=-Wall -g
4
5.PHONY: all clean spotless
6
7all: spiio
8
9clean:
10        rm -f spiio
11
12spotless: clean
13

Archive Download this file

Branches:
master



interactive