X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile;h=810b714dce8217c318ef77ebd20b03642dfe3086;hb=e8b00fcb80ff3fdcfab757444e94663f1d56c743;hp=2ecd7bb2900a50695143c155191fc0da85512d99;hpb=cdf58c2b9caf708944a94cbe3060bcc120fdf287;p=cparser diff --git a/Makefile b/Makefile index 2ecd7bb..810b714 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,8 @@ SOURCES := \ symbol_table.c \ token.c \ type.c \ - type_hash.c + type_hash.c \ + write_fluffy.c OBJECTS = $(SOURCES:%.c=build/%.o)