Skip to content

Commit 0b62dd1

Browse files
committed
Clean json subdirectory on make clean
1 parent 0e1322b commit 0b62dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ usage:
7777
@echo -e "Usage: make install DIR=<destination directory>\nOther targets: make all, make test, make install_g2i"
7878

7979
clean:
80-
rm -f *.o *.so Gtc_wrap.cxx Gtc.pm Sim_wrap.cxx Sim.pm runner.cpp runner $(TARGETS)
80+
rm -f *.o json/*.o *.so Gtc_wrap.cxx Gtc.pm Sim_wrap.cxx Sim.pm runner.cpp runner $(TARGETS)
8181

8282
test: Sim.o Egt.o Fcr.o Gtc.o Manifest.o QC.o win2unix.o json/json_reader.o json/json_writer.o json/json_value.o commands.o runner.o
8383
$(CXX) $(CXXFLAGS) -Wno-deprecated $(LDFLAGS) -o runner $^

0 commit comments

Comments
 (0)