1
0
mirror of https://github.com/writeas/writefreely synced 2024-12-11 16:18:07 +01:00
writefreely/Makefile
2018-11-07 22:33:13 -05:00

15 lines
180 B
Makefile

all : local
install :
cd less/; $(MAKE) install $(MFLAGS)
clean :
cd less/; $(MAKE) install $(MFLAGS)
local : force_look
cd less/; $(MAKE) $(MFLAGS)
force_look :
true