1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 19:40:52 -07:00
moth/games/compaq/passwd/Makefile
2009-09-03 12:07:10 -06:00

9 lines
97 B
Makefile

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