summaryrefslogtreecommitdiff
path: root/MRULES
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-02-08 05:13:11 +0000
committerKatolaZ <katolaz@freaknet.org>2019-02-08 05:13:11 +0000
commit172540a4a29fa4c0c5f0431bb5bf5b3d08ec92c0 (patch)
treeac15b0b8ae60a42ffe04b3fd37cf2fbc97b2ddd6 /MRULES
New upstream version 0.17upstream
Diffstat (limited to 'MRULES')
-rw-r--r--MRULES8
1 files changed, 8 insertions, 0 deletions
diff --git a/MRULES b/MRULES
new file mode 100644
index 0000000..2630b72
--- /dev/null
+++ b/MRULES
@@ -0,0 +1,8 @@
+# Standard compilation rules (don't use make builtins)
+
+%.o: %.c
+ $(CC) $(CFLAGS) $< -c
+
+%.o: %.cc
+ $(CC) $(CFLAGS) $< -c
+