Don't try to rebuild library when running example Makefiles

This commit is contained in:
Turiiya 2023-08-21 22:43:30 +02:00
parent 900d9670ca
commit a79ebbf7ac
26 changed files with 0 additions and 52 deletions

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C++ Example (Static Release)..."
@clang -std=c++17 -lstdc++ -Os -m64 -o main "$(SOURCE)/main.cpp" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C++ Example (Static Release)..."
@g++ -std=c++17 -Os -m64 -o main "$(SOURCE)/main.cpp" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -26,8 +26,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C++ Example (Release Static)...
@windres win.rc -O coff -o win.res

View File

@ -24,8 +24,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C99 Example (Static Release)...
@tcc -m64 -o main.exe "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lws2_32 -lAdvapi32 -Wall -Wl,-subsystem=windows -w -luser32

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C++ Example (Static Release)..."
@clang -std=c++17 -lstdc++ -Os -m64 -o main "$(SOURCE)/main.cpp" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C++ Example (Static Release)..."
@g++ -std=c++17 -Os -m64 -o main "$(SOURCE)/main.cpp" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -26,8 +26,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C++ Example (Release Static)...
@windres win.rc -O coff -o win.res

View File

@ -24,8 +24,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C99 Example (Static Release)...
@tcc -m64 -o main.exe "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lws2_32 -lAdvapi32 -Wall -Wl,-subsystem=windows -w -luser32

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C++ Example (Static Release)..."
@clang -std=c++17 -lstdc++ -Os -m64 -o main "$(SOURCE)/main.cpp" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C++ Example (Static Release)..."
@g++ -std=c++17 -Os -m64 -o main "$(SOURCE)/main.cpp" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -26,8 +26,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C++ Example (Release Static)...
@windres win.rc -O coff -o win.res

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C++ Example (Static Release)..."
@clang -std=c++17 -lstdc++ -Os -m64 -o main "$(SOURCE)/main.cpp" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C++ Example (Static Release)..."
@g++ -std=c++17 -Os -m64 -o main "$(SOURCE)/main.cpp" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -26,8 +26,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C++ Example (Release Static)...
@windres win.rc -O coff -o win.res

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C99 Example (Static Release)..."
@clang -lstdc++ -Os -m64 -o main "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C99 Example (Static Release)..."
@gcc -Os -m64 -o main "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -26,8 +26,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C99 Example (Static Release)...
@windres win.rc -O coff -o win.res

View File

@ -24,8 +24,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C99 Example (Static Release)...
@tcc -m64 -o main.exe "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lws2_32 -lAdvapi32 -Wall -Wl,-subsystem=windows -w -luser32

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C99 Example (Static Release)..."
@clang -lstdc++ -Os -m64 -o main "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C99 Example (Static Release)..."
@gcc -Os -m64 -o main "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -26,8 +26,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C99 Example (Static Release)...
@windres win.rc -O coff -o win.res

View File

@ -24,8 +24,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C99 Example (Static Release)...
@tcc -m64 -o main.exe "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lws2_32 -lAdvapi32 -Wall -Wl,-subsystem=windows -w -luser32

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C99 Example (Static Release)..."
@clang -lstdc++ -Os -m64 -o main "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -22,8 +22,6 @@ debug:
@echo "Done."
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo "Build C99 Example (Static Release)..."
@gcc -Os -m64 -o main "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lpthread -lm

View File

@ -26,8 +26,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C99 Example (Static Release)...
@windres win.rc -O coff -o win.res

View File

@ -24,8 +24,6 @@ debug:
@echo Done.
release:
# Build Lib
@cd "$(LIB)" && $(MAKE)
# Static Release
@echo Build C99 Example (Static Release)...
@tcc -m64 -o main.exe "$(SOURCE)/main.c" -I "$(INCLUDE)" -L "$(LIB)" -lwebui-2-static-x64 -lws2_32 -lAdvapi32 -Wall -Wl,-subsystem=windows -w -luser32