rename Makefile -> MakeFile:\n Qt-Makefile replace this, when use qmake in the dir.

This commit is contained in:
Markus
2019-09-04 18:02:27 +02:00
parent 6ef6d3102f
commit bdce2135fa
2 changed files with 1 additions and 1 deletions

10
MakeFile Normal file
View File

@ -0,0 +1,10 @@
CC=g++
LIBS=-lcurl -lpthread
S_New4: *.h *.cpp
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
.PHONY: clean
clean:
rm -f S_New4