Pacman
This commit is contained in:
parent
c3f3466bc4
commit
5273927cb3
5 changed files with 66 additions and 24 deletions
5
makefile
5
makefile
|
|
@ -1,8 +1,9 @@
|
|||
CFLAGS=$(shell cat compiler_flags.txt)
|
||||
|
||||
build/raylib-test-linux.x86_64 : main.cpp
|
||||
build/raylib-test-linux.x86_64 : src/main.cpp
|
||||
mkdir -p build
|
||||
clang main.cpp $(CFLAGS) -o build/raylib-test-linux.x86_64
|
||||
clang src/main.cpp $(CFLAGS) -o build/raylib-test-linux.x86_64
|
||||
|
||||
|
||||
clean :
|
||||
rm -r build/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue