serenity/Shell/Makefile

11 lines
121 B
Makefile
Raw Normal View History

OBJS = \
Parser.o \
LineEditor.o \
main.o
PROGRAM = Shell
LDFLAGS = -lcore -lc
include ../Makefile.common