6 lines
53 B
Makefile
6 lines
53 B
Makefile
all:
|
|
(cd src ; make)
|
|
|
|
clean:
|
|
(cd src ; make clean)
|