Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
imp - target, not targets
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 14, 2023
1 parent 8a2355c commit b15267a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

OUTPUTS = targets debian/nuglobal
BINARIES = targets/release/nuglobal
OUTPUTS = target debian/nuglobal
BINARIES = target/release/nuglobal
MANUALS = doc/nuglobal.1

.PHONY: all all-online-release debian-install
Expand Down

0 comments on commit b15267a

Please sign in to comment.