aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorDavid Thomas <m8pple@github.com>2017-01-23 10:56:54 +0000
committerDavid Thomas <m8pple@github.com>2017-01-26 10:57:25 +0000
commitb850a6b64115940a0e3df50b2aa923dd3e99b13e (patch)
tree2b394c18824ed89cc305d719d2c771f155615ba8 /makefile
downloadCompiler-b850a6b64115940a0e3df50b2aa923dd3e99b13e.tar.gz
Compiler-b850a6b64115940a0e3df50b2aa923dd3e99b13e.zip
Initial transfer
Diffstat (limited to 'makefile')
-rw-r--r--makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100644
index 0000000..5f938f3
--- /dev/null
+++ b/makefile
@@ -0,0 +1,13 @@
+
+
+bin/c_lexer :
+ echo "No current build commands for C lexer."
+ exit 1
+
+bin/c_parser :
+ echo "No current build commands for C parser."
+ exit 1
+
+bin/c_compiler :
+ echo "No current build commands for C compile."
+ exit 1