Skip to content

Commit

Permalink
stupid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno committed Nov 8, 2024
1 parent 95eee85 commit 26c26b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ plugin-sdk: $(SDK_OBJ)

$(PLUGIN_MAKEFILES): force
@echo Compiling plugin "'$(@D)'"
@$(MAKE) -C $(@D) DIST="../../$(BIN)/plugins" CC="$(CC)"" SDK="../../$(BIN)/plugin-sdk.o" SDK_FLAGS="$(CUSTOM_CFLAGS) $(CUSTOM_LDFLAGS) -I../../include/" > /dev/null
@$(MAKE) -C $(@D) DIST="../../$(BIN)/plugins" CC="$(CC)" SDK="../../$(BIN)/plugin-sdk.o" SDK_FLAGS="$(CUSTOM_CFLAGS) $(CUSTOM_LDFLAGS) -I../../include/" > /dev/null

force: ;

Expand Down

0 comments on commit 26c26b6

Please sign in to comment.