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.
15 lines
254 B
15 lines
254 B
5 years ago
|
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
|