From 7d2e7e186fcee41c46683a0b76e9531f94f91692 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 23 Oct 2019 17:34:39 -0400 Subject: move content to starts folder for consolidation --- starts/biscuit/makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 starts/biscuit/makefile (limited to 'starts/biscuit/makefile') diff --git a/starts/biscuit/makefile b/starts/biscuit/makefile new file mode 100644 index 0000000..57971ec --- /dev/null +++ b/starts/biscuit/makefile @@ -0,0 +1,8 @@ +default: 1.run + +%.run: %.out + git add *.cpp + ./$^ + +%.out: %.cpp + g++ -ggdb -std=c++11 -o $@ $< -- cgit v1.2.3