Pass the tests again

This commit is contained in:
Pierre Pronchery 2016-02-14 21:43:16 +01:00
parent f13c206249
commit 401659365b

View File

@ -18,8 +18,8 @@ phony: a.c b.c
clean:
$(RM) -- $(test_OBJS) $(phony_OBJS)
./script.sh -c -P "/somewhere/else" -- "test"
./script.sh -c -P "$(PREFIX)" -- "phony"
./script.sh -c -P "/somewhere/else" -- "$(OBJDIR)test"
./script.sh -c -P "$(PREFIX)" -- "$(OBJDIR)phony"
distclean: clean
$(RM) -- $(TARGETS)