Files
Brett T. Warden c11892c439 Restructure build
2020-06-10 17:17:37 -07:00

8 lines
75 B
Makefile

all: build
build:
$(MAKE) -C src build
install:
$(MAKE) -C src install