瀏覽代碼

correct Makefile

vurtun 10 年之前
父節點
當前提交
27ba9b9a32
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -16,7 +16,7 @@ CFLAGS += -Wswitch-default -Wundef -Wno-unused -Wstrict-overflow=5 -Wsign-conver
 CFLAGS += -Winit-self -Wstrict-aliasing -fsanitize=address -fsanitize=undefined -ftrapv
 CFLAGS += -Wswitch-enum -Winvalid-pch -Wbad-function-cast
 
-SRC = gui.c test.c
+SRC = gui.c demo/opengl.c
 OBJ = $(SRC:.c=.o)
 
 # Modes