aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0605a740ee000698fe974a0e99e02fba3799824e (plain)
1
2
3
4
5
6
7
8
SRC_DIR = src

.PHONY: default
default:
    $(MAKE) -C $(SRC_DIR)

clean:
    $(MAKE) -C $(SRC_DIR) clean