Serenity Operating System
at hosted 9 lines 142 B view raw
1OBJS = \ 2 QSWidget.o \ 3 main.o 4 5PROGRAM = QuickShow 6 7LIB_DEPS = GUI Gfx Protocol IPC Thread Pthread Core 8 9include ../../Makefile.common