diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-06-18 16:08:47 +0300 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-06-18 16:08:47 +0300 |
commit | 932d320f4074563bba6544e6fa707dc9524d6c06 (patch) | |
tree | f09fc9c8b9488b2b927be424fca470ee2843a0d1 /hex_editor_1k/Makefile | |
parent | b6de973a52649e11a5f075f98f439d80b865e9f3 (diff) | |
download | code-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/Makefile | 2 |
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 |