mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 19:40:52 -07:00
9 lines
97 B
Makefile
9 lines
97 B
Makefile
LDFLAGS = -static
|
|
|
|
all: main
|
|
|
|
main: CFLAGS = -Dpasswd='"$(shell cat key)"'
|
|
|
|
clean:
|
|
rm -rf main
|
|
|