Skip to content

Commit

Permalink
don't remove clibs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Sep 25, 2023
1 parent d6716b8 commit 81b9a3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ libs: $(LIBS) $(TOOLS)
libs-zip:
$(Q)$(call MKDIR,clibs)
$(Q)$(foreach library,$(LIBS),$(call COPY,$(call NATIVEPATH,$(call SRCDIR,$(library))/$(library).8xv),clibs) &&) $(call NATIVEEXE,7z) a clibs_separately_in_zip.zip clibs
$(Q)$(call RMDIR,clibs)

clean: $(addprefix clean-,$(TOOLS)) $(addprefix clean-,$(SRCS)) $(addprefix clean-,$(LIBS))
$(Q)$(call REMOVE,src/linker_script)
Expand Down

0 comments on commit 81b9a3d

Please sign in to comment.