Serenity Operating System
at hosted 9 lines 102 B view raw
1OBJS = \ 2 Parser.o \ 3 main.o 4 5PROGRAM = Shell 6 7LIB_DEPS = Core Line 8 9include ../Makefile.common