Skip to content

Commit

Permalink
change the program name to ivl.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Jan 25, 1999
1 parent 3d2993b commit 4b92e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ O = main.o cprop.o design_dump.o elaborate.o emit.o eval.o lexor.o mangle.o \
netlist.o parse.o parse_misc.o pform.o pform_dump.o verinum.o target.o \
targets.o Module.o PExpr.o Statement.o $(FF) $(TT)

vl: $O
$(CXX) $(CXXFLAGS) -o vl $O
ivl: $O
$(CXX) $(CXXFLAGS) -o ivl $O

clean:
rm *.o parse.cc parse.cc.output parse.h dep/*.d lexor.cc
Expand Down

0 comments on commit 4b92e91

Please sign in to comment.