moth/games/compaq/passwd/Makefile

10 lines
97 B
Makefile

LDFLAGS = -static
all: main
main: CFLAGS = -Dpasswd='"$(shell cat key)"'
clean:
rm -rf main