summaryrefslogtreecommitdiff
path: root/intellect-framework-from-internet/starts/biscuit/makefile
blob: 57971eca1431ae2405b9286771020be805268918 (plain)
1
2
3
4
5
6
7
8
default: 1.run

%.run: %.out
	git add *.cpp
	./$^

%.out: %.cpp
	g++ -ggdb -std=c++11 -o $@ $<