Add a root Makefile for running targets in subdirectories.
[tinycc.git] / Makefile
blob0605a740ee000698fe974a0e99e02fba3799824e
1 SRC_DIR = src
3 .PHONY: default
4 default:
5 $(MAKE) -C $(SRC_DIR)
7 clean:
8 $(MAKE) -C $(SRC_DIR) clean