X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=Makefile;h=2e686108d1a694e0a782a058f79c29e1f7129aba;hp=13d54a4e13ab5324ec3e1929c77f3c48161a06b3;hb=e4761fb901922156c1dc1549a231652ab8cb0097;hpb=d4dc87b77101a2a27c66a315cebe1d0a98d0c881 diff --git a/Makefile b/Makefile index 13d54a4..2e68610 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CFLAGS += -g endif -all: $(OTHER) $(BUILD) samples +all: $(OTHER) $(BUILD) install: $(BUILD) $(OTHER) install -d $(DESTDIR)/usr/games @@ -27,12 +27,8 @@ install: $(BUILD) $(OTHER) cd $(DESTDIR)/usr/share/man/man6 && \ $(foreach prog,$(BUILD) $(OTHER),ln -s filters.6 $(prog).6;) -samples: $(BUILD) $(OTHER) - -rm -f SAMPLES - PATH=.:$$PATH; export PATH; echo $(BUILD) $(OTHER) | xargs -n 1 sh makesample.sh - clean: - $(RM) -f core *.o *~ $(BUILD) SAMPLES + $(RM) -f core *.o *~ $(BUILD) cd ky00te.dir && make clean .SUFFIXES: .l