summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index e56f0ef..9077e02 100644
--- a/makefile
+++ b/makefile
@@ -1,10 +1,10 @@
1all: uuid-test 1all: uuid-test
2 2
3uuid-test: main.o 3uuid-test: main.o
4 cc -L/usr/local/lib -luuid -s -o $@ main.o 4 cc -luuid -s -o $@ main.o
5 5
6main.o: main.c 6main.o: main.c
7 cc -Wall -Werror -std=c99 -pedantic -I/usr/local/include -O2 -c main.c -o $@ 7 cc -Wall -Werror -std=c99 -pedantic -O2 -c main.c -o $@
8 8
9.PHONY: clean 9.PHONY: clean
10clean: 10clean: