You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
doushio/Makefile

15 lines
255 B

all:
$(MAKE) -C imager
#$(MAKE) -C tripcode
client:
@echo 'make client' is no longer necessary
@false
.PHONY: all clean client
clean:
rm -rf -- .build state www/js/{client,vendor}{.,-}*.js
$(MAKE) -C imager -w clean
$(MAKE) -C tripcode -w clean