use autogen.sh and dont use make direct

This commit is contained in:
6543 2019-09-19 18:44:52 +02:00
parent 2dc532e05b
commit ffef097323
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
3 changed files with 6 additions and 10 deletions

2
.gitignore vendored
View File

@ -74,3 +74,5 @@ Thumbs.db
#Own adds: #Own adds:
g++/ g++/


Makefile
S_New4

View File

@ -1,10 +0,0 @@
CC=g++
LIBS=-lcurl -lpthread

S_New4: *.h *.cpp
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)

.PHONY: clean

clean:
rm -f S_New4

4
autogen.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash

qmake
make