Index: uspace/app/shutters/Makefile
===================================================================
--- uspace/app/shutters/Makefile	(revision 5ebdf945648f4756c104e9a4abf8f9011def8dcf)
+++ uspace/app/shutters/Makefile	(revision 0358da0458ce146ac1ada07e2927914e67f949d5)
@@ -28,13 +28,11 @@
 #
 
-include Makefile.common
+USPACE_PREFIX = ../..
+LIBS = $(LIBC_PREFIX)/libc.a
 
-.PHONY: all clean
+OUTPUT = shutters
 
-all: $(LIBC_PREFIX)/../../../Makefile.config $(LIBC_PREFIX)/../../../config.h $(LIBC_PREFIX)/../../../config.defs $(LIBS)
-	-[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV)
-	$(MAKE) -f Makefile.build
+SOURCES = \
+	shutters.c
 
-clean:
-	rm -f $(DEPEND) $(DEPEND_PREV) $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm
-	find . -name '*.o' -follow -exec rm \{\} \;
+include ../Makefile.common
