mirror of
https://github.com/janet-lang/janet
synced 2025-04-07 15:56:39 +00:00
Rename binary
This commit is contained in:
parent
ba82ba414a
commit
91f2766dd0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
# Target
|
||||
interp
|
||||
gst
|
||||
|
||||
# Tags
|
||||
tags
|
||||
|
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
|
||||
CFLAGS=-std=c99 -Wall -Wextra -Wpedantic -g
|
||||
|
||||
TARGET=interp
|
||||
TARGET=gst
|
||||
PREFIX=/usr/local
|
||||
|
||||
# C sources
|
||||
|
Loading…
x
Reference in New Issue
Block a user