diff options
Diffstat (limited to 'agbx/GNUmakefile')
-rw-r--r-- | agbx/GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agbx/GNUmakefile b/agbx/GNUmakefile index 0265379..afd8f50 100644 --- a/agbx/GNUmakefile +++ b/agbx/GNUmakefile @@ -43,8 +43,10 @@ OBJS := \ source/bs/set.o \ source/gfx/clrscrn.o \ source/gfx/flip.o \ + source/gfx/getpx.o \ source/gfx/getvbnk.o \ source/gfx/plot.o \ + source/gfx/rd.o \ source/gfx/setpx.o \ source/gfx/vsync.o \ source/key/getkeymap.o \ |