Skip to content

Commit

Permalink
Add 'cleanconfig' make target to remove all generated objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeitzel committed Nov 30, 2017
1 parent 138a23b commit 1d0e96a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ test: $(EXAMPLES)

clean:
rm -f *.o $(EXAMPLES) # *.obj

cleanconfig: clean
rm -f config.h abcm2ps Makefile

0 comments on commit 1d0e96a

Please sign in to comment.