diff --git a/.gitignore b/.gitignore index 2b71074..5ddcae0 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,5 @@ Thumbs.db #Own adds: g++/ +Makefile +S_New4 diff --git a/MakeFile b/MakeFile deleted file mode 100644 index 7a61a1f..0000000 --- a/MakeFile +++ /dev/null @@ -1,10 +0,0 @@ -CC=g++ -LIBS=-lcurl -lpthread - -S_New4: *.h *.cpp - $(CC) -o $@ $^ $(CFLAGS) $(LIBS) - -.PHONY: clean - -clean: - rm -f S_New4 diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..6c36233 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +qmake +make