Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri DAVID committed Jul 7, 2023
1 parent 115d60f commit ef02e2b
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
Expand Up @@ -3,14 +3,14 @@ RACK_DIR ?= ../..
FLAGS +=
CFLAGS +=

#ifeq ($(wildcard $(RACK_DIR)/include/api0/app.hppf),)
ifdef $(BUILDING_FOR_MIRACK)
ifneq ($(wildcard $(RACK_DIR)/patch_v1_events.sh),)
# mirack
DISTRIBUTABLES += res
else
# normal
DISTRIBUTABLES += $(wildcard LICENSE*) $(wildcard *.sh) $(wildcard *.bat) res demos
endif


include $(RACK_DIR)/arch.mk
ifdef ARCH_WIN
LDFLAGS += -lwsock32
Expand Down

0 comments on commit ef02e2b

Please sign in to comment.