Skip to content
Snippets Groups Projects
Makefile 80 B
Newer Older
all:
	$(MAKE) -C sw
install:
	$(MAKE) -C sw install
clean:
	$(MAKE) -C sw clean