Tweaked project structure (#88)

This commit is contained in:
Thomas Miceli
2023-09-03 00:30:57 +02:00
committed by GitHub
parent 25316d7bf2
commit a7b346d8df
25 changed files with 122 additions and 116 deletions

View File

@ -3,7 +3,7 @@
# Specify the name of your Go binary output
BINARY_NAME := opengist
all: install build
all: clean install build
install:
@echo "Installing NPM dependencies..."