mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-30 11:44:27 +01:00
Merge pull request #15 from vsayer/master
fixed makefile to testunity.out in root directory
This commit is contained in:
2
makefile
2
makefile
@@ -28,7 +28,7 @@ all: clean default
|
|||||||
default:
|
default:
|
||||||
ruby auto/generate_test_runner.rb test/testunity.c build/testunity_Runner.c
|
ruby auto/generate_test_runner.rb test/testunity.c build/testunity_Runner.c
|
||||||
$(C_COMPILER) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES) $(OUT_FILE)
|
$(C_COMPILER) $(INC_DIRS) $(SYMBOLS) $(SRC_FILES) $(OUT_FILE)
|
||||||
$(TARGET)
|
./$(TARGET)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(CLEANUP)
|
$(CLEANUP)
|
||||||
|
|||||||
Reference in New Issue
Block a user