"depot M111"

This commit is contained in:
JunkJumper
2020-05-03 14:10:04 +02:00
parent 0e8d905c4e
commit 78cdd39ea9
54 changed files with 610 additions and 0 deletions

11
Squelette_Makefile Executable file
View File

@ -0,0 +1,11 @@
CFLAGS = -Wall -std=gnu99 -g
EXECUTABLES = crash \
crash2
all : ${EXECUTABLES}
clean :
@rm -f core *.o *.out *~
@rm -f ${EXECUTABLES}