1
0
mirror of https://github.com/writeas/writefreely synced 2024-12-13 00:57:15 +01:00
writefreely/Makefile

15 lines
180 B
Makefile
Raw Normal View History

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