Skip to content

Commit

Permalink
Update recursive makefile to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcron committed Dec 31, 2023
1 parent e2f1479 commit 34cdd42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# C++/C Recursive Project Makefile
# (c) Jack
# Version 8 (20220420)
# Version 9 (20231231)

# Project Name
PROJECT_NAME = libpietendo
Expand Down Expand Up @@ -80,7 +80,7 @@ ifeq ($(PROJECT_PLATFORM), WIN32)
ARCHFLAGS =
INC +=
LIB += -static
ARFLAGS = cr -o
ARFLAGS = cr
else ifeq ($(PROJECT_PLATFORM), GNU)
# GNU/Linux Flags/Libs
#CC =
Expand All @@ -90,7 +90,7 @@ else ifeq ($(PROJECT_PLATFORM), GNU)
ARCHFLAGS =
INC +=
LIB +=
ARFLAGS = cr -o
ARFLAGS = cr
else ifeq ($(PROJECT_PLATFORM), MACOS)
# MacOS Flags/Libs
#CC =
Expand Down

0 comments on commit 34cdd42

Please sign in to comment.