diff options
author | Santo Cariotti <sancn@live.com> | 2017-05-27 15:39:44 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-05-27 15:39:44 +0200 |
commit | 17a67a4cd53939413296ce7ce7ac35a96b7aff96 (patch) | |
tree | f12eae0339384ceeddda93cb5915aabcdb1b1615 /Makefile | |
parent | b880ad05d37cf36ec1edddc944f558420bc8a07e (diff) |
*
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 74db46d..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -CC=g++ -CFLAGS=-o -CVERSION=c++11 - -$1: $1.cpp - $(CC) -Wall -std=$(CVERSION) $(CFLAGS) cpp/$1 cpp/$1.cpp |