diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | Readme.md | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -39,6 +39,7 @@ clean: rm -R $(BUILDDIR) run: test + ./$(BUILDDIR)/test/test genversion: @echo Building Version @@ -10,7 +10,7 @@ Required Packages: this creates two folders in ./build/: lib and inc, wich hold the library and the headers respectively. these can then be copied into your projects directory. -#Using +# Using Compile your program with linkerflags: |