nothing
there is nothing
This commit is contained in:
commit
10f98381cc
3 changed files with 41 additions and 0 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# TODO: figure out mingw-w64 cross-compilation
|
||||
PREFIX ?= /usr/local
|
||||
|
||||
CFLAGS := $(CFLAGS) `pkg-config --cflags --libs sdl3`
|
||||
LDFLAGS := $(LDFLAGS)
|
||||
|
||||
all: slutpet
|
||||
|
||||
slutpet: slutpet.c
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
-rm -f slutpet
|
Loading…
Add table
Add a link
Reference in a new issue