forked from markus/S_New4
use autogen.sh and dont use make direct
This commit is contained in:
parent
2dc532e05b
commit
ffef097323
2
.gitignore
vendored
2
.gitignore
vendored
@ -74,3 +74,5 @@ Thumbs.db
|
|||||||
#Own adds:
|
#Own adds:
|
||||||
g++/
|
g++/
|
||||||
|
|
||||||
|
Makefile
|
||||||
|
S_New4
|
||||||
|
10
MakeFile
10
MakeFile
@ -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
4
autogen.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
qmake
|
||||||
|
make
|
Loading…
Reference in New Issue
Block a user