5 lines
55 B
Makefile
5 lines
55 B
Makefile
all:
|
|
(cd src;$(MAKE))
|
|
|
|
clean:
|
|
(cd src;$(MAKE) clean)
|