mirror of https://github.com/openXC7/prjxray.git
8 lines
75 B
Makefile
8 lines
75 B
Makefile
|
|
all:
|
||
|
|
mkdir -p build
|
||
|
|
cd build && bash ../runme.sh
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -rf build/
|
||
|
|
|