Skip to content

Commit

Permalink
Update Makefile (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToKe79 authored Apr 12, 2024
1 parent 3fd23e1 commit d2cbb9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,11 @@ ifeq ($(platform), theos_ios)
include $(THEOS_MAKE_PATH)/library.mk
else

default:
default: info all

info:
$(info CFLAGS: $(PLATFLAGS) $(COMMONFLAGS))
$(info -------)
$(MAKE) $(TARGET)

all: $(TARGET)

Expand Down

0 comments on commit d2cbb9f

Please sign in to comment.