summaryrefslogtreecommitdiff
path: root/h64e/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2016-07-02 22:44:54 +0100
committerFreeArtMan <dos21h@gmail.com>2016-07-02 22:44:54 +0100
commit09f10018a7d1981bdf2e66d9c752b12482a8b22c (patch)
treebd3747cff18cedac8c99ee6def2f0f80554a2651 /h64e/Makefile
parent60f08b0a4676943651bc7b66cb8531325b1c6132 (diff)
downloadihe-09f10018a7d1981bdf2e66d9c752b12482a8b22c.tar.gz
ihe-09f10018a7d1981bdf2e66d9c752b12482a8b22c.zip
Added h64e
Diffstat (limited to 'h64e/Makefile')
-rw-r--r--h64e/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/h64e/Makefile b/h64e/Makefile
new file mode 100644
index 0000000..074800b
--- /dev/null
+++ b/h64e/Makefile
@@ -0,0 +1,4 @@
+CC=gcc
+CFLAGS=
+make:
+ $(CC) -c core.c \ No newline at end of file