From cf0203750b5f70a6e4da29078b89b5b33c580b9d Mon Sep 17 00:00:00 2001 From: TheLime03 Date: Tue, 21 Feb 2023 00:53:05 +0100 Subject: [PATCH] Create othermaker.txt --- doc/othermaker.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/othermaker.txt diff --git a/doc/othermaker.txt b/doc/othermaker.txt new file mode 100644 index 0000000..f151be0 --- /dev/null +++ b/doc/othermaker.txt @@ -0,0 +1,6 @@ +Game: main.o fonction.o + gcc main.o fonction.o -o Game -lSDL -lSDL_image -g -lSDL_ttf -lSDL_mixer +main.o: main.c + gcc -c main.c -g +fonction.o: fonction.c + gcc -c fonction.c -g