Skip to content

Commit

Permalink
revert makefile checked in incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed May 18, 2020
1 parent ae9a716 commit e401d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/palette/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ RESOURCES = nes-palette.png

project.av: $(RESOURCES)
$(ALOEVERA) create project project.av
$(ALOEVERA) -p project.av palette import palette_1 crashy.png
$(ALOEVERA) -p project.av imageset import chopper 8 8 tileset.png
$(ALOEVERA) -p project.av imageset format chopper palette_1 4
$(ALOEVERA) -p project.av palette import palette_1 nes-palette.png
$(ALOEVERA) -p project.av asm ./output/ all
$(ALOEVERA) -p project.av asm -f basic ./output/ all

generate_resources: project.av

Expand Down

0 comments on commit e401d46

Please sign in to comment.