From b7251595295f7e1c3bf28afe25f6d070400bbcf5 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 4 Aug 2018 23:14:21 +0430 Subject: update --- resources/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') 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 -- cgit v1.2.3