1
0
mirror of synced 2026-05-03 22:48:21 +00:00
This commit is contained in:
brad
2010-04-02 12:32:35 +00:00
parent 858eacd7f6
commit 2e6c339695
2 changed files with 125 additions and 0 deletions

6
utils/Makefile Normal file
View File

@@ -0,0 +1,6 @@
all: showbin
showbin: showbin.c
cc -o showbin showbin.c