--- xinu/con/Makefile 2018/04/24 17:39:04 1.1.1.1 +++ xinu/con/Makefile 2018/04/24 17:40:15 1.1.1.2 @@ -1,11 +1,8 @@ -# -# Make the Xinu configuration program -# -all: config - config: lex.yy.c y.tab.c cc -o config y.tab.c -ll +all: config + lex.yy.c: config.l lex config.l @@ -13,7 +10,7 @@ y.tab.c: config.y yacc config.y install: config - cp config ../sys/config + mv config ../sys/config clean: rm -f lex.yy.c y.tab.c core