summaryrefslogtreecommitdiff
path: root/MRULES
diff options
context:
space:
mode:
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
+