Rename binary

This commit is contained in:
Calvin Rose 2017-03-15 01:27:56 -04:00
parent ba82ba414a
commit 91f2766dd0
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
# Target
interp
gst
# Tags
tags

View File

@ -2,7 +2,7 @@
CFLAGS=-std=c99 -Wall -Wextra -Wpedantic -g
TARGET=interp
TARGET=gst
PREFIX=/usr/local
# C sources