Serenity Operating System
at portability 9 lines 145 B view raw
1OBJS = \ 2 TextEditorWidget.o \ 3 main.o 4 5PROGRAM = TextEditor 6 7LIB_DEPS = GUI Gfx VT IPC Thread Pthread Core 8 9include ../../Makefile.common