"depot M311"

This commit is contained in:
JunkJumper
2020-05-01 23:58:52 +02:00
parent 54abdaaeb7
commit 0a828aa477
84 changed files with 2070 additions and 0 deletions

10
S3T_TP_01_SGF-1/Makefile Executable file
View File

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