Now working on the new SFML with better audio.
This commit is contained in:
parent
2d81f900be
commit
c47e688b0b
15 changed files with 189 additions and 169 deletions
6
Makefile
6
Makefile
|
@ -1,4 +1,4 @@
|
|||
all: build test
|
||||
all: build
|
||||
|
||||
reset:
|
||||
powershell -executionpolicy bypass .\scripts\reset_build.ps1
|
||||
|
@ -6,8 +6,8 @@ reset:
|
|||
patch:
|
||||
powershell "cp ./patches/process.h ./subprojects/libgit2-1.9.0/src/util/process.h"
|
||||
|
||||
build: patch
|
||||
meson compile -j 4 -C builddir
|
||||
build:
|
||||
meson compile -C builddir
|
||||
|
||||
config:
|
||||
powershell "cp tarpit_sample.json .tarpit.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue