first commit

This commit is contained in:
Your Name 2024-06-29 14:39:23 +03:00
commit ea661e7148
5 changed files with 393 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
CFLAGS?=-pedantic -O0 -s -Wall
CC?=cc
all:
$(CC) plainbin.c $(CFLAGS) -oplainbin