adding a bunch of code (vesa, keyb, mouse, etc) to the menu
[cdmenu] / menu / Makefile
index bb74e85..995762e 100644 (file)
@@ -14,6 +14,7 @@ endif
 #opt = -O3
 dbg = -g
 warn = -pedantic -Wall
+inc = -Isrc/dos
 
 CC = $(TOOLPREFIX)gcc
 AR = $(TOOLPREFIX)ar