"depot M311"

This commit is contained in:
JunkJumper
2020-05-02 00:01:44 +02:00
parent 16e128821d
commit 7c43e9c334
81 changed files with 2045 additions and 0 deletions

View File

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