From 061359f8b957b9ee4a2c2e3e89175423e3407a59 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jun 2016 05:21:29 -0400 Subject: remove some rules that were accidentally copied over from libvt100 --- Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff00d8a..2cfa903 100644 --- a/Makefile +++ b/Makefile @@ -73,14 +73,6 @@ $(BUILD)%.o: $(SRC)%.c | $(BUILD) $(BUILD): @mkdir -p $(BUILD) -$(SRC)screen.c: $(SRC)parser.h - -$(SRC)%.c: $(SRC)%.l - $(LEX) -o $@ $< - -$(SRC)%.h: $(SRC)%.l - $(LEX) --header-file=$(<:.l=.h) -o /dev/null $< - clean: ## Remove build files cd libvt100 && make clean rm -f $(OUT) $(OBJ) $(OBJ:$(BUILD)%.o=$(BUILD).%.d) $(DOUT) $(DOBJ) $(DOBJ:$(BUILD)%.o=$(BUILD).%.d) $(COUT) $(COBJ) $(COBJ:$(BUILD)%.o=$(BUILD).%.d) -- cgit v1.2.3-54-g00ecf