1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Merge pull request #15 from vsayer/master

fixed makefile to testunity.out in root directory
This commit is contained in:
Job Vranish
2013-01-15 07:49:46 -08:00

View File

@@ -28,7 +28,7 @@ all: clean default
default:
ruby auto/generate_test_runner.rb test/testunity.c build/testunity_Runner.c
$(C_COMPILER) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES) $(OUT_FILE)
$(TARGET)
./$(TARGET)
clean:
$(CLEANUP)