blob: 8c82c73b13fc6d94bb620aeb10f4f98c48a95cf8 [file] [log] [blame]
BOTDIR = $(BUILDDIR)/buildbot
USERDIR = $(BUILDDIR)/user
C_SOURCES = $(BOTDIR)/main.c
LD_EXTRAS = $(BOTDIR)/relative.o
include Makefile.rules
$(EXE): relative.o
relative.o: $(BOTDIR)/relative.c
cd $(BOTDIR) && $(CC) -c $(CFLAGS) -o $@ relative.c