X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=fdb173ea432ef03ae205989905b3654f442e030f;hp=9b02469eb50a46172c7d80f72115f634e72f5e32;hb=724bca0eeca05a68900e3054e118904b6618dc7c;hpb=2c421c3b716a51f1353f15cb33ed5abb973acbb2 diff --git a/Makefile b/Makefile index 9b02469..fdb173e 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ CC ?= clang CFLAGS = -MD -std=gnu99 -Wall -Wextra -pedantic-errors -g3 LDFLAGS = -lm -CSRCS = ansi.c ast.c code.c conout.c fold.c fs.c ftepp.c hash.c intrin.c ir.c lexer.c main.c opts.c parser.c stat.c utf8.c util.c -TSRCS = ansi.c conout.c fs.c hash.c opts.c stat.c test.c util.c -VSRCS = ansi.c exec.c fs.c hash.c stat.c util.c +CSRCS = ast.c code.c conout.c fold.c ftepp.c hash.c intrin.c ir.c lexer.c main.c opts.c parser.c stat.c utf8.c util.c +TSRCS = conout.c hash.c opts.c stat.c test.c util.c +VSRCS = exec.c hash.c stat.c util.c COBJS = $(CSRCS:.c=.o) TOBJS = $(TSRCS:.c=.o)