summaryrefslogtreecommitdiff
path: root/hex_editor_1k/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-06-18 16:08:47 +0300
committerFreeArtMan <dos21h@gmail.com>2015-06-18 16:08:47 +0300
commit932d320f4074563bba6544e6fa707dc9524d6c06 (patch)
treef09fc9c8b9488b2b927be424fca470ee2843a0d1 /hex_editor_1k/Makefile
parentb6de973a52649e11a5f075f98f439d80b865e9f3 (diff)
downloadcode-snippets-932d320f4074563bba6544e6fa707dc9524d6c06.tar.gz
code-snippets-932d320f4074563bba6544e6fa707dc9524d6c06.zip
hex editor prototype in 200 CLOC
Diffstat (limited to 'hex_editor_1k/Makefile')
-rw-r--r--hex_editor_1k/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/hex_editor_1k/Makefile b/hex_editor_1k/Makefile
new file mode 100644
index 0000000..0c4be02
--- /dev/null
+++ b/hex_editor_1k/Makefile
@@ -0,0 +1,2 @@
+make:
+ tcc he.c -o he \ No newline at end of file