diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-02-08 05:13:11 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-02-08 05:13:11 +0000 |
commit | 172540a4a29fa4c0c5f0431bb5bf5b3d08ec92c0 (patch) | |
tree | ac15b0b8ae60a42ffe04b3fd37cf2fbc97b2ddd6 /MRULES |
New upstream version 0.17upstream
Diffstat (limited to 'MRULES')
-rw-r--r-- | MRULES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +# Standard compilation rules (don't use make builtins) + +%.o: %.c + $(CC) $(CFLAGS) $< -c + +%.o: %.cc + $(CC) $(CFLAGS) $< -c + |