From 932d320f4074563bba6544e6fa707dc9524d6c06 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 18 Jun 2015 16:08:47 +0300 Subject: hex editor prototype in 200 CLOC --- hex_editor_1k/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hex_editor_1k/Makefile (limited to 'hex_editor_1k/Makefile') 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 -- cgit v1.2.3