diff options
author | waker <wakeroid@gmail.com> | 2010-12-04 16:03:24 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-12-04 16:03:24 +0100 |
commit | 615764a283c7d978eca67e6498efa272d634c391 (patch) | |
tree | 8024b68e02193e1cce63934aaac1b46ca4c08ab8 /plugins/dumb | |
parent | f7530c6302efde3300fe48644153805e777af92a (diff) |
makefile fixes
Diffstat (limited to 'plugins/dumb')
-rw-r--r-- | plugins/dumb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dumb/Makefile b/plugins/dumb/Makefile index 0e983a56..138e4161 100644 --- a/plugins/dumb/Makefile +++ b/plugins/dumb/Makefile @@ -2,9 +2,9 @@ CC=gcc dumbpath=dumb-kode54 -CFLAGS=-Wall -I$(dumbpath)/include -std=c99 +CFLAGS+=-Wall -I$(dumbpath)/include -std=c99 -LDFLAGS=-module -shared -fPIC -lm +LDFLAGS+=-module -shared -fPIC -lm SOURCES=\ dumb-kode54/src/it/readam.c\ |