diff options
-rw-r--r-- | Makefile | 9 | ||||
-rw-r--r-- | build/.README.md | 0 | ||||
-rw-r--r-- | lib/.README.md | 0 |
3 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..be57af6 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: + +all: + cd ./include && make + cd ./src && make + cd ./ui/cgi && make + cp ./start_demo.sh ./build +clean: + rm -f build/* lib/* diff --git a/build/.README.md b/build/.README.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/build/.README.md diff --git a/lib/.README.md b/lib/.README.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/lib/.README.md |