Altmost compilable, weak symbol definitions still missing.
[vblib.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..2a0c8c8
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+CFLAGS=-Wall -Wstrict-prototypes -O2
+
+all: vblib.o
+
+vblib.o: vblib.c vblib.h
+       $(CC) $(CFLAGS) -o $@ $<
+
+.PHONY: clean
+clean:
+       $(RM) *.o