Загрузить файлы в «C»

This commit is contained in:
8nlight 2023-08-01 22:40:45 +03:00
parent a1c28f22e0
commit a25dbc52fd
4 changed files with 246 additions and 0 deletions

5
C/Makefile Normal file
View file

@ -0,0 +1,5 @@
all:
cc *.c -omain -O0 -g3
clean:
rm main