Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoder04 committed Oct 22, 2022
1 parent 05b6c52 commit ce2b865
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

TEMP_LUA = out.lua
OUT_FILE = n-2048.tns
UPLOADER_PATH = /home/alex/Scripts:/home/alex/.local/bin

all: clean build upload

Expand All @@ -14,5 +13,5 @@ build:
luna $(TEMP_LUA) $(OUT_FILE)

upload:
PATH=$(UPLOADER_PATH):$(PATH) uploadnspire $(OUT_FILE)
uploadnspire $(OUT_FILE)

0 comments on commit ce2b865

Please sign in to comment.