]> git.localhorst.tv Git - l2e.git/blobdiff - build/targets.mk
switched to hand-written makefiles
[l2e.git] / build / targets.mk
diff --git a/build/targets.mk b/build/targets.mk
new file mode 100644 (file)
index 0000000..2cdfb7c
--- /dev/null
@@ -0,0 +1,6 @@
+all:
+
+clean:
+       @echo "clean"
+
+.PHONY: all clean