summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 01be0a4..0000000
--- a/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-CFLAGS=-W -Wall -pipe -O0 -g -DPACKAGE=libcanberra -pthread
-
-test: proplist.o mutex-posix.o common.o
- $(CC) $(CFLAGS) -o $@ $^
-
-clean:
- rm -f *.o test