aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/makefile2
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