diff options
Diffstat (limited to 'test/makefile')
-rw-r--r-- | test/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/makefile b/test/makefile index 6dec265..db69aff 100644 --- a/test/makefile +++ b/test/makefile @@ -34,7 +34,7 @@ depend:.depend .c.o: $(CC) $(CC_FLAGS) -c $< -o $@ -$(TARGET): $(TARGET).o +$(TARGET): $(TARGET).o read.o aggregate.o structs.o $(CC) $^ $(LD_FLAGS) -o $@ ASM:$(TARGET).asm |