diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2017-11-26 14:10:33 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2017-11-26 14:10:33 +0000 |
commit | fe4d9bcf92b504e4a67600f90aa57c1f9791c0a6 (patch) | |
tree | 2db8c9669b33b6351db757c282e9c5e4752a7a13 /Makefile | |
parent | f9b1bb2276a3483aa7cfa785c6dff5e040e9b0f3 (diff) | |
download | imv-fe4d9bcf92b504e4a67600f90aa57c1f9791c0a6.tar.gz |
Update loader unit tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ $(BUILDDIR): $(BUILDDIR)/%.o: src/%.c $(CC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $< -$(BUILDDIR)/test_%: test/%.c src/%.c +$(BUILDDIR)/test_%: test/%.c $(filter-out src/main.c, $(wildcard src/*.c)) $(CC) -o $@ -Isrc $(TFLAGS) $^ $(LDFLAGS) $(TLIBS) check: $(BUILDDIR) $(TESTS) |