Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Jan 25, 2011
1 parent 4243198 commit 3cc66dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,4 +1,4 @@
main: clean story-data.asm
main: clean storydata.asm
avra hellodave.asm

clean:
Expand All @@ -8,7 +8,7 @@ clean:
rm -f storydata.asm
rm -f hellodave.cof

story-data.asm:
storydata.asm:
./data-to-asm.py

install: main
Expand Down

0 comments on commit 3cc66dd

Please sign in to comment.