Skip to content

Commit

Permalink
Target test for the test program added
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@998 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Aug 14, 2003
1 parent 82c02c9 commit e030277
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modelica_parser/src/Makefile.in
Expand Up @@ -49,6 +49,9 @@ $(parsergen): modelica_parser.g modelica_lexer.g
.cpp.o:
$(CXX) $(CXXFLAGS) -c $<

test: test.o libmodelica_parser.a
$(CXX) -o test test.o libmodelica_parser.a $(LIB)

depend: $(DFILES)

clean:
Expand Down

0 comments on commit e030277

Please sign in to comment.