mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-09 05:20:54 -07:00
6 lines
64 B
Makefile
6 lines
64 B
Makefile
CFLAGS = -Wall -Werror
|
|
|
|
build: revwords
|
|
|
|
clean:
|
|
rm -f revwords
|