lukewarm/Makefile.patch
Armin Friedl d4a9420bc7
Some checks reported errors
continuous-integration/drone/push Build was killed
Patch PA4 for missing yylex
libfl is missing yylex symbol. Since libfl is not necessary for the semantic
analyzer, just remove `-lfl` from the Makefile.
2021-01-03 13:16:52 +01:00

11 lines
256 B
Diff

--- Makefile 2021-01-03 12:11:07.454989428 +0000
+++ Makefile.work 2021-01-03 12:15:19.965132466 +0000
@@ -2,7 +2,7 @@
ASSN = 4
CLASS= cs143
CLASSDIR= ../..
-LIB= -L/usr/pubsw/lib -lfl
+LIB= -L/usr/pubsw/lib
AR= gar
ARCHIVE_NEW= -cr
RANLIB= gar -qs