mirror of
https://github.com/samsonjs/lake.git
synced 2026-03-25 08:55:49 +00:00
6 lines
85 B
Makefile
6 lines
85 B
Makefile
all:
|
|
cd src && make clean && make
|
|
mv src/lake ./lake
|
|
|
|
clean:
|
|
cd src && make clean
|