mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Initial commit
This commit is contained in:
parent
6f44f0f27e
commit
2cb4d44e60
5 changed files with 188 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
SHELL := /bin/bash
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all:
|
||||
pushd src && make && popd
|
||||
|
||||
clean:
|
||||
pushd src && make clean && popd
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue