- First commit (tampoc crec que hi hagen molts més XD)

This commit is contained in:
2024-07-26 09:36:57 +02:00
commit a534d61f0c
5 changed files with 69 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
windows:
@echo off
g++ abad.cpp -lmingw32 -lSDL2main -lSDL2 -mwindows -o abad.exe
macos:
clang++ abad.cpp -std=c++11 -lSDL2 -o abad
linux:
g++ abad.cpp -lSDL2 -o abad