maj de code

This commit is contained in:
hexplor
2026-03-31 20:03:44 +02:00
parent 89b5658297
commit d276a70600
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
COLLEEN = colleen
COLLEEN: colleen.o
cc -o colleen colleen.o
cc -g3 -o colleen colleen.o
colleen.o: colleen.c
cc -c colleen.c
cc -c -g3 colleen.c