fart/Makefile

12 lines
97 B
Makefile

all:
@./waf build
install:
@./waf install
distclean:
@./waf distclean
clean:
@./waf clean