Skip to content

Commit

Permalink
Add missing modules, e.g. clear_screen(), clear_z_screen() etc. (#5)
Browse files Browse the repository at this point in the history
* Add missing modules, e.g. clear_screen(), clear_z_screen() etc.

* Update screen/Makefile
  • Loading branch information
phoboz authored and sbriais committed May 1, 2022
1 parent a305258 commit 164026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACFLAGS+=-i../include

SRCC=a_1_buf.c a_2_buf.c a_z_buf.c n_screen.c s_1_buf.c scr2spr.c
SRCS=cl_screen.s cl_z_screen.s
SRCS=f_screen.s f_z_screen.s
SRCS+=f_screen.s f_z_screen.s
SRCS+=p_pixel.s p_pixels.s
SRCS+=hline.s vline.s line.s
SRCS+=scr_copy.s scr_rotate.s
Expand Down

0 comments on commit 164026e

Please sign in to comment.