diff --git a/neercs/Makefile.am b/neercs/Makefile.am index cbcbc23..5935d7e 100644 --- a/neercs/Makefile.am +++ b/neercs/Makefile.am @@ -28,9 +28,5 @@ CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ SUFFIXES = .lolfx .lolfx.o: - (echo "char const *"; \ - echo "lolfx_$(notdir $(basename $(filter %.lolfx, $^))) ="; \ - $(SED) 's/"/\\"/g' $(filter %.lolfx, $^) | \ - $(SED) 's/\([^\r]*\).*/"\1\\n"/'; \ - echo ";") | $(CXXCOMPILE) -xc++ -c - -o $@ + $(LOLFX_BUILD)