Skip to content

Commit

Permalink
Support quick retries by deleting Ortho4XP with distclean only
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Jul 10, 2023
1 parent 66c674e commit fc21e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.tiles
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ $(ZIPS): z_%.zip: z_%

clean:
@echo [$@]
-rm -rf Ortho4XP
-rm -rf var/run
-rm -f $(ZIPS)
-rm -rf z_$(TILENAME)*
-rm -f $(TILENAME)_tile_list.*

distclean: clean
@echo [$@]
-rm -rf Ortho4XP
-rm -rf var
-rm -f z_*
-rm -f *_tile_list.*

0 comments on commit fc21e28

Please sign in to comment.