Skip to content

Commit

Permalink
attempt to fix appveyor build: shorten command line when building clw…
Browse files Browse the repository at this point in the history
…in.l
  • Loading branch information
LADSoft committed Sep 23, 2024
1 parent 24ff614 commit 520fc0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clibs/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ ifneq "$(ORANGEC_ONLY)" "YES"
# $(LIB) $(LIBFLAGS) $(SYSOBJECT)\cldos.l $(foreach dir, $(LIBOBJS), $(CLIBOBJECT)\$(dir)) $(foreach dir, $(DOSOBJS), $(DOSOBJECT)\$(dir))
endif
-$(DEL) $(SYSOBJECT)\clwin.l
$(LIB) $(LIBFLAGS) $(SYSOBJECT)\clwin.l $(foreach dir, $(LIBOBJS), $(CLIBOBJECT)\$(dir)) $(foreach dir, $(WINOBJS), $(WINOBJECT)\$(dir))
$(LIB) $(LIBFLAGS) $(SYSOBJECT)\clwin.l $(foreach dir, $(LIBOBJS), $(CLIBOBJECT)\$(dir))
$(LIB) $(LIBFLAGS) $(SYSOBJECT)\clwin.l $(foreach dir, $(WINOBJS), $(WINOBJECT)\$(dir))

mkapps:
$(MAKE) copyfiles
Expand Down

0 comments on commit 520fc0e

Please sign in to comment.