eris/Makefile

12 lines
185 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
2012-02-15 21:58:43 -07:00
test: fnord
cd tests && python3 ./test.py
2011-08-16 14:36:11 -06:00
clean:
rm -f *.[oa] fnord