]> Pileus Git - ~andy/ct/blobdiff - example/makefile
Convert to plain old make
[~andy/ct] / example / makefile
diff --git a/example/makefile b/example/makefile
new file mode 100644 (file)
index 0000000..2a9e77d
--- /dev/null
@@ -0,0 +1,9 @@
+# Settings
+CT      = ../ct
+PROG    = main
+SOURCES = main.c html.c
+
+default: main
+       ./main
+
+include ../common.mk