diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-15 15:05:07 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-15 15:05:07 +0200 |
commit | 83ed40fd01120e1b46dba5d2bac895862731196d (patch) | |
tree | a2d4e78ec97e337d8808e234d70aaccc95c53bb4 /makefile | |
parent | 0a5c176456b7afe024910183392d59116c37088e (diff) |
separate draw loop into file
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ all: main FORCE main: main.o main: die.o +main: draw.o clean: FORCE git clean -fxdi |