From 52accc99ea0a0156179ce19ce521c9d75c8d4664 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 17 Sep 2012 12:30:54 +0000 Subject: [PATCH] build: refactor lolfx build rule into common.am. --- neercs/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/neercs/Makefile.am b/neercs/Makefile.am index 217cf31..c554303 100644 --- a/neercs/Makefile.am +++ b/neercs/Makefile.am @@ -35,10 +35,6 @@ CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) -SUFFIXES = .lolfx -.lolfx.o: - $(LOLFX_BUILD) - old_sources = \ old/actions.c \ old/ansi.c \