mirror of
https://github.com/frida/tinycc
synced 2025-01-12 22:59:25 +03:00
9 lines
100 B
Makefile
9 lines
100 B
Makefile
SRC_DIR = src
|
|
|
|
.PHONY: default
|
|
default:
|
|
$(MAKE) -C $(SRC_DIR)
|
|
|
|
clean:
|
|
$(MAKE) -C $(SRC_DIR) clean
|