Skip to content

Commit

Permalink
double whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
tsadpbb committed May 22, 2024
1 parent 8e4c71d commit 91ecae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ clean:
rm -f js/*~

distclean: clean
rm -rf Makefile config.inc.php
rm -f Makefile config.inc.php

devclean: distclean

install:
# Remove old files
rm -f $(DESTDIR)$(HTMLDIR)/*
rm -rf $(DESTDIR)$(HTMLDIR)/*

$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/media
Expand Down

0 comments on commit 91ecae4

Please sign in to comment.