diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-22 18:50:33 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-22 18:50:33 +0100 |
commit | 3f77296ddefd80ca895f86de2d8c64b3a5be6866 (patch) | |
tree | 5884f43ac5261dd187a5647fe6dac76c592914fd /Makefile | |
parent | b29ad0afa15f8f34f9825cadc31ee97559ebcfd7 (diff) | |
download | jnfilter-3f77296ddefd80ca895f86de2d8c64b3a5be6866.tar.gz jnfilter-3f77296ddefd80ca895f86de2d8c64b3a5be6866.tar.bz2 jnfilter-3f77296ddefd80ca895f86de2d8c64b3a5be6866.zip |
fix: Fix makefilev0.1.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ install: build install -Dm755 $(OUT) $(BINDIR)/$(BIN) build: - $(GO_BUILD) -o $(OUT) $(SERVER) + $(GO_BUILD) -o $(OUT) . compress: build upx -1 $(OUT) |