From 83fab888366df693ff8718b15db9fc2f303e030f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 12 Nov 2017 14:05:45 +0100 Subject: More functions and add makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..35e122e --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +.POSIX: + +all: libsimple.a +libsimple.o: libsimple.h +libsimple.a: libsimple.o + +clean: + -rm -r -- libsimple.o libsimple.a libsimple.so libsimple.so.* + +.PHONY: all clean -- cgit v1.2.3-70-g09d2