forked from markus/S_New4
Merge branch 'makefile-useles-with-qt' of 6543/S_New4 into master
This commit is contained in:
commit
9c06b5e7b1
2
.gitignore
vendored
2
.gitignore
vendored
@ -74,3 +74,5 @@ Thumbs.db
|
||||
#Own adds:
|
||||
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