mirror of https://github.com/dirtbags/moth.git
7 lines
64 B
Makefile
7 lines
64 B
Makefile
|
CFLAGS = -Wall -Werror
|
||
|
|
||
|
build: revwords
|
||
|
|
||
|
clean:
|
||
|
rm -f revwords
|