From d1c31781b79b4d26987e57f1f3e1fd8251abb1a6 Mon Sep 17 00:00:00 2001 From: mRnea Date: Sat, 25 Jan 2025 00:11:49 +0300 Subject: =?UTF-8?q?4=20ki=C5=9Filik,=20patlay=C4=B1p=20geni=C5=9Fleyerek?= =?UTF-8?q?=20haritay=C4=B1=20ele=20ge=C3=A7irme=20oyunu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- explode/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 explode/Makefile (limited to 'explode/Makefile') diff --git a/explode/Makefile b/explode/Makefile new file mode 100644 index 0000000..f0eca91 --- /dev/null +++ b/explode/Makefile @@ -0,0 +1,8 @@ +# Makefile template, copy and remove comments + +SRC := ../util.c explode.c +OUT := ../bin/explode +LIBS := -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 + +make all: + gcc $(SRC) -o $(OUT) $(LIBS) -- cgit v1.2.3