moth/games/compaq/passwd/Makefile

10 lines
97 B
Makefile
Raw Normal View History

2009-09-03 12:07:10 -06:00
LDFLAGS = -static
all: main
main: CFLAGS = -Dpasswd='"$(shell cat key)"'
clean:
rm -rf main