X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=6ebf7b47a961fc417222b41773f787deb4b0f90b;hb=6601e89029c95c2a1a334fb71f32443bf906942d;hp=482f13259bbe680707736a88b146e96553df5bdb;hpb=f7bc1dca08d4fae8d6f1cffcc4cd7169a033f78b;p=xonotic%2Fgmqcc.git diff --git a/Makefile b/Makefile index 482f132..6ebf7b4 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,8 @@ OBJ = \ ast.o \ ir.o \ con.o \ - ftepp.o + ftepp.o \ + opts.o OBJ_T = test.o util.o con.o OBJ_C = main.o lexer.o parser.o