diff options
Diffstat (limited to '')
| -rw-r--r-- | resources/makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/resources/makefile b/resources/makefile index d5598ea..434dc68 100644 --- a/resources/makefile +++ b/resources/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 | 
