Skip to content

Commit

Permalink
test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 1, 2024
1 parent d1dd489 commit c7c2cd9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ vpath %.d $(foreach dir,$(alldir),$(objdir)$(dir)/ )
#
#

.PHONY: all .WAIT init cleandep touch clean
.PHONY: all init cleandep touch clean

ifeq ($(MAKELEVEL),1)
ifdef DEPEND
Expand All @@ -454,17 +454,20 @@ endif

else

all: init $(autobj) $(autdrv)
ifdef GCC345
all: init $(autobj) $(autdrv)
@$(MAKE) -f makefile.mingw -s GCC345=1
endif
ifdef GCC452
all: init $(autobj) $(autdrv)
@$(MAKE) -f makefile.mingw -s GCC452=1
endif
ifdef GCC471
all: init $(autobj) $(autdrv)
@$(MAKE) -f makefile.mingw -s GCC471=1
endif
ifdef GCC510
all: init .WAIT $(autobj) $(autdrv)
@$(MAKE) -f makefile.mingw -s GCC510=1
endif

Expand Down

0 comments on commit c7c2cd9

Please sign in to comment.