Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aminnj committed Aug 15, 2020
1 parent ae27558 commit 613d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NanoCORE/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $(LIB): $(OBJECTS)
%.o: %.cc
$(CXX) $(CXXFLAGS) -c $< -o $@ -fno-var-tracking

test:
test: all
python Tools/unit_tests/tests.py

all: $(LIB)
Expand Down

0 comments on commit 613d15d

Please sign in to comment.