Skip to content

Commit

Permalink
Add sim6502 to available actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eggbertx committed Mar 4, 2024
1 parent 835d8f9 commit fce9a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def clean():
fs_action("delete", del_file)

if __name__ == "__main__":
actions = ("sdl", "curses", "gb", "c64", "test", "embed", "clean", "help")
actions = ("sdl", "curses", "gb", "c64", "sim6502", "test", "embed", "clean", "help")
action = "sdl" if len(sys.argv) == 1 else sys.argv.pop(1)
platform = "native"
library = "sdl"
Expand Down

0 comments on commit fce9a36

Please sign in to comment.