upiwin/Makefile

8 lines
99 B
Makefile

all:
make -C buildutils all
make -C src all
clean:
make -C buildutils clean
make -C src clean