diff options
author | Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz> | 2012-03-07 16:53:36 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz> | 2012-03-07 16:53:36 +0000 |
commit | 3b32783f4c48169c0bf22e67a81e531aa90a2c33 (patch) | |
tree | 8eb3c4d38636fb3e358eb04cc53f796fe923f529 /Makefile | |
download | ql570-3b32783f4c48169c0bf22e67a81e531aa90a2c33.tar.gz ql570-3b32783f4c48169c0bf22e67a81e531aa90a2c33.tar.xz ql570-3b32783f4c48169c0bf22e67a81e531aa90a2c33.zip |
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c2ad0b4 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +CFLAGS=-g +CFLAGS+= $(shell pkg-config --cflags libpng) +LDFLAGS+= $(shell pkg-config --libs libpng) +all: ql570 |