summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2013-03-12 02:41:23 +0000
committererdgeist <>2013-03-12 02:41:23 +0000
commitfe671c62e962e5b3823dbe1424bbe3bb6abeff3a (patch)
tree8180ce69697d6bd8a5741af2e2a76befc20207a9
parent3a361d0f6f6a4d04d8f4bd99440fcc27a80bfe6d (diff)
Create default target
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7370fd9..d9a1cca 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ CFLAGS+=-Wall -Wextra -pedantic -Os
4LDFLAGS+=-s 4LDFLAGS+=-s
5PREFIX?=/usr/local 5PREFIX?=/usr/local
6 6
7all: jaildaemon
8
7jaildaemon: jaildaemon.c 9jaildaemon: jaildaemon.c
8 $(CC) -o $@ $< $(CFLAGS) $(LDFLAGS) 10 $(CC) -o $@ $< $(CFLAGS) $(LDFLAGS)
9 11