Skip to content

Commit 81fb586

Browse files
authored
Merge pull request #25 from kmarius/gcc
build: don't hardcode gcc
2 parents e2da1e5 + 95c4114 commit 81fb586

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ INCLUDE_DIR = -I/usr/include/lua5.1
77
LDLIBS =
88
LDFLAGS = -shared
99
CFLAGS = $(INCLUDE_DIR) -O2 -fPIC
10-
CC = gcc
1110

1211
.PHONY: all clean
1312

0 commit comments

Comments
 (0)