Makefile update

This commit is contained in:
overflowerror 2019-03-08 16:06:11 +01:00
parent 1284bd62fb
commit 16a21a2f30

View file

@ -13,7 +13,6 @@ all: $(BIN_NAME)
$(BIN_NAME): obj/main.o $(OBJS)
$(LD) $(LDFLAGS) -o $@ $^
test: dependencies
test: obj/test.o $(OBJS)
$(LD) $(LDFLAGS) -o $@ $^