slutpet/Makefile
cat 10f98381cc nothing
there is nothing
2025-05-24 15:17:10 +10:00

13 lines
217 B
Makefile

# 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