mirror of
https://github.com/samsonjs/lake.git
synced 2026-03-25 08:55:49 +00:00
add clean to root makefile
This commit is contained in:
parent
b69b3ad599
commit
513761b57a
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -1,3 +1,6 @@
|
|||
all:
|
||||
cd src && make clean && make
|
||||
mv src/lake ./lake
|
||||
|
||||
clean:
|
||||
cd src && make clean
|
||||
|
|
|
|||
Loading…
Reference in a new issue