diff options
author | H. Peter Anvin <hpa@zytor.com> | 2018-08-22 13:39:02 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2018-08-22 13:39:02 -0700 |
commit | 09ab098f1647b48f97d6cb948c4685a1cefa7aa1 (patch) | |
tree | 8807f234fc66a61793aed133fa0626f97e2f14d0 /Makefile | |
parent | 8e4a8b2fda372c924e355360e9562948406ebc13 (diff) | |
download | grv-09ab098f1647b48f97d6cb948c4685a1cefa7aa1.tar.gz grv-09ab098f1647b48f97d6cb948c4685a1cefa7aa1.tar.xz grv-09ab098f1647b48f97d6cb948c4685a1cefa7aa1.zip |
Makefile: add $(PERL)
Add $(PERL) for if we need it in the future.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ OPTFLAGS = -O2 -g CFLAGS = $(CWARN) $(REQFLAGS) $(OPTFLAGS) $(INCLUDE) LDFLAGS = LIBS = -lSDL -lpthread -lm +PERL = perl ALL = grv grvscored |