eris/Makefile

9 lines
141 B
Makefile
Raw Normal View History

2012-02-13 17:06:42 -07:00
VERSION := $(shell head -n 1 CHANGES | tr -d :)
2011-10-19 15:18:16 -06:00
2012-02-14 17:23:32 -07:00
CFLAGS = -DFNORD='"fnord/$(VERSION)"' -Wall -Werror
2011-08-16 14:36:11 -06:00
all: fnord
2011-08-16 14:36:11 -06:00
clean:
rm -f *.[oa] fnord