Skip to content

Commit

Permalink
more make rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bstarynk committed Mar 21, 2023
1 parent 7fc5c28 commit 20c41c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ExBisonCpp/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@ clean:

mytest: testbisoncp.o maintestb.o
$(CXX) $(CFLAGS) testbisoncp.o maintestb.o -o mytest

testbisoncp.cc: testbisoncp.yy
$(BISONCPP) --verbose --thread-safe $^

indent:
$(ASTYLE) -v --style=gnu maintestb.cc
$(ASTYLE) -v --style=gnu testb.hh


## end of file misc-basile/ExBisonCpp/GNUmakefile

0 comments on commit 20c41c8

Please sign in to comment.