Files
newoswan/Makefile
2020-01-15 18:59:25 +00:00

6 lines
49 B
Makefile

all:
make -C oswan
clean:
make -C oswan clean