Skip to content

Commit

Permalink
move astropy to scripts directory and create new rule on Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Dec 22, 2024
1 parent 2cf8974 commit d47366f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: run lint prettier test compile
.PHONY: run lint prettier test compile astropy

run:
bun .
Expand All @@ -12,6 +12,9 @@ prettier:
test:
bun test

astropy:
python scripts/astropy/$(name).py

ifeq ($(OS),Windows_NT)
compile:
bun build --compile --minify --bytecode . --outfile nebulosa.exe
Expand Down
File renamed without changes.

0 comments on commit d47366f

Please sign in to comment.