Fix gu examples with vram.o still in the Makefile

This commit is contained in:
Wouter Wijsman
2024-07-12 13:31:46 +02:00
parent fa2f8a36ab
commit e6e2d6e56e
15 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
TARGET = cube
OBJS = cube.o logo.o ../common/callbacks.o ../common/vram.o
OBJS = cube.o logo.o ../common/callbacks.o
INCDIR =
CFLAGS = -Wall