1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-06 12:00:34 -07:00
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