diff options
author | Patrick Simianer <p@simianer.de> | 2014-06-15 03:24:33 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-06-15 03:24:33 +0200 |
commit | cf3a29feb5887344b6633ead1b4b6d5657a15a4b (patch) | |
tree | f1149508f7305a48dba0226699dfafdd68d81969 /algorithms/Makefile | |
parent | 5ddc763ab9953eebdaf78af4eb72288d7955b310 (diff) |
old stuff: algorithms
Diffstat (limited to 'algorithms/Makefile')
-rw-r--r-- | algorithms/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/algorithms/Makefile b/algorithms/Makefile new file mode 100644 index 0000000..af4e66f --- /dev/null +++ b/algorithms/Makefile @@ -0,0 +1,3 @@ +CFLAGS = -std=c99 +CFLAGS += -Wall + |