summaryrefslogtreecommitdiffstats
path: root/Makefile.data
blob: 1fc61b638fc7c0fb374f809c79c303a3486acbcf (plain)
1
2
3
4
5
6
7
8
9
10
clean:
	make -C data clean

build:
	make -C data

rebuild:
	git reset --hard
	sed -i -e "s/#define LAMBDA_PARAMETER 0.588792/#define LAMBDA_PARAMETER $(LAMBDA_PARAMETER)/" src/include/novel_types.h
	make  >/dev/null 2>/dev/null