aboutsummaryrefslogtreecommitdiff
path: root/host/Makefile
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-02-10 00:52:38 +0100
committerjaseg <jaseg@jaseg.net>2014-02-10 00:52:38 +0100
commit7420e9327d961bf7ae7b30f035fde39b6c8d843f (patch)
treea3c5cd9854f54ab67b314169fd5028fc2a54be5a /host/Makefile
parentd3a128e109fb16bdb6deb932d7f3a20a911d5188 (diff)
downloadmatelight-7420e9327d961bf7ae7b30f035fde39b6c8d843f.tar.gz
matelight-7420e9327d961bf7ae7b30f035fde39b6c8d843f.tar.bz2
matelight-7420e9327d961bf7ae7b30f035fde39b6c8d843f.zip
Moar related projects
Diffstat (limited to 'host/Makefile')
-rw-r--r--host/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Makefile b/host/Makefile
index 90517f9..345058b 100644
--- a/host/Makefile
+++ b/host/Makefile
@@ -1,6 +1,6 @@
all: main.c font.c font.h color.c color.h gif.h gif.c
- gcc -std=gnu11 -Wall -lm -lgif -o matelight -g -O0 main.c font.c color.c gif.c
+ gcc -shared -std=gnu11 -Wall -lm -o libbdf.so -g -O0 main.c font.c color.c
clean:
- rm matelight
+ rm libbdf.so