Showing with 1 addition and 1 deletion.
  1. +1 −1 posix.mak
2 changes: 1 addition & 1 deletion posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all:
$(QUIET)$(MAKE) -C src -f posix.mak

auto-tester-build:
$(QUIET)$(MAKE) -C src -f posix.mak $<
$(QUIET)$(MAKE) -C src -f posix.mak auto-tester-build

auto-tester-test: test

Expand Down