X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile;h=4667f41dd3cd38d303aeefa1f286ff43f13a9ca9;hp=deaf0663ac658efade94db1ddd1ab152debf75d5;hb=0ba76f4df40e2f9847fbecfca631a34c20bf07f4;hpb=d08c44d915b1149c9de699e66a0466388223603f diff --git a/Makefile b/Makefile index deaf066..4667f41 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=gcc CXX=g++ CXXFLAGS=-Wall LDFLAGS=-lSDL -lSDL_image -lGL -OBJS=test.o util.o +OBJS=test.o util.o widgets.o test: $(OBJS) $(CXX) -o test $(OBJS) $(LDFLAGS)