move config.mk below all target to allow custom non-default build targets

modernize
Serge A. Zaitsev 6 years ago
parent bcf450dbc7
commit 0b1b5717fd

@ -1,8 +1,8 @@
# You can put your build options here # You can put your build options here
-include config.mk
all: libjsmn.a all: libjsmn.a
-include config.mk
libjsmn.a: jsmn.o libjsmn.a: jsmn.o
$(AR) rc $@ $^ $(AR) rc $@ $^

Loading…
Cancel
Save