slutpet/Makefile

13 lines
221 B
Makefile

# TODO: figure out mingw-w64 cross-compilation
PREFIX ?= /usr/local
CFLAGS := $(CFLAGS) `pkg-config --cflags --libs sdl3`
LDFLAGS := $(LDFLAGS) -lm
all: slutpet
slutpet: slutpet.c
.PHONY: clean
clean:
-rm -f slutpet