Skip to content

Commit

Permalink
simplify makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Oct 11, 2024
1 parent 4fb1eba commit 6580615
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/OnlineDocs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ clean:
if test -d "$$D"; then echo "Removing $$D"; rm -r "$$D"; fi \
done

rebuild:
@$(MAKE) clean
rebuild: clean html

0 comments on commit 6580615

Please sign in to comment.