aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-04 18:44:21 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-04 18:44:21 +0000
commitb7251595295f7e1c3bf28afe25f6d070400bbcf5 (patch)
tree785c2820bccb164d27c381277e6f127bafa1ba4e /resources
parentupdate (diff)
downloadfaultreiber-b7251595295f7e1c3bf28afe25f6d070400bbcf5.tar.gz
faultreiber-b7251595295f7e1c3bf28afe25f6d070400bbcf5.zip
update
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