diff options
| author | FreeArtMan <dos21h@gmail.com> | 2016-07-02 22:44:54 +0100 | 
|---|---|---|
| committer | FreeArtMan <dos21h@gmail.com> | 2016-07-02 22:44:54 +0100 | 
| commit | 09f10018a7d1981bdf2e66d9c752b12482a8b22c (patch) | |
| tree | bd3747cff18cedac8c99ee6def2f0f80554a2651 /h64e/Makefile | |
| parent | 60f08b0a4676943651bc7b66cb8531325b1c6132 (diff) | |
| download | ihe-09f10018a7d1981bdf2e66d9c752b12482a8b22c.tar.gz ihe-09f10018a7d1981bdf2e66d9c752b12482a8b22c.zip | |
Added h64e
Diffstat (limited to 'h64e/Makefile')
| -rw-r--r-- | h64e/Makefile | 4 | 
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 | 
