diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 8 | 
1 files changed, 7 insertions, 1 deletions
| @@ -1,5 +1,11 @@  target:=pui -objects:=main.o pui.o xdg-shell.o +objects:=\ +	font.o \ +	font_cp00.o \ +	font_cp04.o \ +	main.o \ +	pui.o \ +	xdg-shell.o  protocols:=/usr/share/wayland-protocols  wl_headers:=xdg-shell.h | 
