mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 19:40:52 -07:00
9 lines
126 B
Makefile
9 lines
126 B
Makefile
LDFLAGS = -static
|
|
|
|
all: frob main
|
|
|
|
main: CFLAGS = -Dfrobbed='"$(shell tr -d '\n' < key | ./frob)"'
|
|
|
|
clean:
|
|
rm -rf main frob
|
|
|