aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-15 15:05:07 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-15 15:05:07 +0200
commit83ed40fd01120e1b46dba5d2bac895862731196d (patch)
treea2d4e78ec97e337d8808e234d70aaccc95c53bb4 /makefile
parent0a5c176456b7afe024910183392d59116c37088e (diff)
separate draw loop into file
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 684dab0..49551f1 100644
--- a/makefile
+++ b/makefile
@@ -7,6 +7,7 @@ all: main FORCE
main: main.o
main: die.o
+main: draw.o
clean: FORCE
git clean -fxdi