Compile on Ubuntu.

This commit is contained in:
sforman
2023-07-24 11:29:39 -07:00
parent 0fa617766f
commit a34a2b1aab
3 changed files with 58 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
OBJS=joy.o keywords.o definitions.o linenoise.o
LDFLAGS=-L/usr/local/lib -lgc -lgmp
LDFLAGS= -Wl,--no-as-needed -L/usr/local/lib -lgc -lgmp
# Hold my hand, in fact, hold both of them, and pat my head too please.
CFLAGS = -ansi -Wall -Wextra -Werror -pedantic -Wstrict-overflow -fno-strict-aliasing -pedantic-errors