8 lines
60 B
Makefile
8 lines
60 B
Makefile
.PHONY: all
|
|
all:
|
|
@rscons
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
@rscons -c
|