summaryrefslogtreecommitdiffstats
path: root/tools/easylogo/Makefile
blob: 566b12506bfa4cfa19960146c518364809b5e3aa (plain)
1
2
3
4
5
6
7
8
CFLAGS += -Wall

all: easylogo

clean:
	rm -f easylogo *.o

.PHONY: all clean
OpenPOWER on IntegriCloud