|
|
hatari 2.2.0
# SDL v1 build: "make SDL=sdl" # SDL v2 build: "make SDL=sdl2" SDL ?= sdl CFLAGS := -O -Wall $$(pkg-config --cflags $(SDL)) LIBS := $$(pkg-config --libs $(SDL)) all: listkeys checkkeys checkkeys: checkkeys.c makefile $(CC) -o $@ $(CFLAGS) $< $(LIBS) listkeys: listkeys.c makefile $(CC) -o $@ $(CFLAGS) $< $(LIBS) clean: $(RM) listkeys checkkeys *.[oO] *~
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.