mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
|
all: bitjs-image-webp-shim
|
|
|
|
clean:
|
|
$(MAKE) -C image/webp-shim clean
|
|
|
|
# Make webp-shim/
|
|
bitjs-image-webp-shim:
|
|
$(MAKE) -C image/webp-shim
|