diff options
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 + |