first commit
This commit is contained in:
commit
ea661e7148
5 changed files with 393 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
CFLAGS?=-pedantic -O0 -s -Wall
|
||||
CC?=cc
|
||||
|
||||
all:
|
||||
$(CC) plainbin.c $(CFLAGS) -oplainbin
|
Loading…
Add table
Add a link
Reference in a new issue