Skip to content

Commit

Permalink
Remove last references to arcadia (#143)
Browse files Browse the repository at this point in the history
I'd forgotten to remove it from the Makefile when I killed the
directory.
  • Loading branch information
jt-traub authored Oct 10, 2023
1 parent 4ae2adc commit 8d91917
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ $(GAME)-m: objdir $(OBJECTS)

all: basic standard fracas kingdoms havilah neworigins

arcadia: FORCE
$(MAKE) GAME=arcadia

basic: FORCE
$(MAKE) GAME=basic

Expand All @@ -57,9 +54,6 @@ $(GAME)/$(GAME): FORCE
all-clean: basic-clean standard-clean fracas-clean kingdoms-clean \
havilah-clean neworigins-clean

arcadia-clean:
$(MAKE) GAME=arcadia clean

basic-clean:
$(MAKE) GAME=basic clean

Expand Down Expand Up @@ -88,9 +82,6 @@ clean:
all-rules: basic-rules standard-rules fracas-rules kingdoms-rules \
havilah-rules neworigins-rules

arcadia-rules:
$(MAKE) GAME=arcadia rules

basic-rules:
$(MAKE) GAME=basic rules

Expand Down

0 comments on commit 8d91917

Please sign in to comment.