From 3c9acdb5f8a783e7c07a9da81ee552808221f5a5 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 29 Jan 2019 17:17:26 +0100 Subject: Makefile, Readme --- Makefile | 1 + Readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d64f0b3..6be08cb 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ clean: rm -R $(BUILDDIR) run: test + ./$(BUILDDIR)/test/test genversion: @echo Building Version diff --git a/Readme.md b/Readme.md index a32972f..c20ad07 100644 --- a/Readme.md +++ b/Readme.md @@ -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: -- cgit v1.2.3