Index: uspace/dist/src/c/demos/tetris/build.gcc
===================================================================
--- uspace/dist/src/c/demos/tetris/build.gcc	(revision 18dc93c31bd7efbaaf06bf884fd05a6f93dc6e24)
+++ uspace/dist/src/c/demos/tetris/build.gcc	(revision 18dc93c31bd7efbaaf06bf884fd05a6f93dc6e24)
@@ -0,0 +1,6 @@
+gcc -nostdinc -I/inc/c -c -Drestrict= scores.c
+gcc -nostdinc -I/inc/c -c -Drestrict= screen.c
+gcc -nostdinc -I/inc/c -c -Drestrict= shapes.c
+gcc -nostdinc -I/inc/c -c -Drestrict= tetris.c
+gcc -nostdlib -Wl,-T/inc/_link.ld -L/lib -o tetris_ scores.o screen.o shapes.o tetris.o -lc -lsoftint
+
