Update noarch command

This commit is contained in:
Rob Loach 2017-11-29 11:58:54 -05:00 committed by GitHub
parent c104b52597
commit 39dc5ab54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ test: all
@echo "Execute the following to run tests:\n\n retroarch -L $(TARGET) test/main.chai\n make unit\n\n"
vendor/noarch/noarch: dependencies
cd vendor/noarch && make
$(MAKE) -C vendor/noarch
unit: vendor/noarch/noarch all
vendor/noarch/noarch $(CORE_DIR)/chailove_libretro.so test/unittests/main.chai