mirror of
https://github.com/vivier/EMILE.git
synced 2025-04-10 01:37:00 +00:00
tools: remove targets clean and dist
We don't need them here as they are imported from Rules.mk Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
bd8f87287c
commit
314268632b
@ -80,19 +80,6 @@ uninstall:
|
||||
rm -f $(DESTDIR)/$(PREFIX)/sbin/emile-mktable
|
||||
rm -f $(DESTDIR)/$(PREFIX)/sbin/emile-conf
|
||||
|
||||
dist:
|
||||
@echo TAR tools
|
||||
@for file in $(DISTFILES); do \
|
||||
dir=$$(dirname $$file); \
|
||||
if [ "$$dir" != "" ] ; then \
|
||||
mkdir -p $(DISTDIR)/tools/$$dir; \
|
||||
fi; \
|
||||
cp -p $$file $(DISTDIR)/tools/$$file; \
|
||||
done
|
||||
|
||||
clean:
|
||||
rm -f *.o $(PROGRAMS)
|
||||
|
||||
include $(TOP)/../config.mk
|
||||
include $(TOP)/../tools.mk
|
||||
include $(TOP)/../Rules.mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user