diff options
author | Alexis211 <alexis211@gmail.com> | 2010-02-05 20:49:34 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2010-02-05 20:49:34 +0100 |
commit | 893244c8b5272df86da5d333332eec26ae8f15f2 (patch) | |
tree | 066a20bc1cca70f1aa97df616b2b4fc31d698b40 /src/stem/Makefile | |
parent | f9fd53ccbb1bb38ed21360179f44b27e2a729701 (diff) | |
download | TCE-893244c8b5272df86da5d333332eec26ae8f15f2.tar.gz TCE-893244c8b5272df86da5d333332eec26ae8f15f2.zip |
More work, does not work
Diffstat (limited to 'src/stem/Makefile')
-rw-r--r-- | src/stem/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stem/Makefile b/src/stem/Makefile index 41b5368..fe42ea3 100644 --- a/src/stem/Makefile +++ b/src/stem/Makefile @@ -1,3 +1,4 @@ +.PHONY: clean, mrproper CC = gcc CFLAGS = -nostdlib -nostartfiles -nodefaultlibs -fno-builtin -fno-stack-protector -Wall -Wextra -I . -I ./lib |