summaryrefslogtreecommitdiff
path: root/support/scripts
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2019-10-24 23:17:51 +0200
committerXavier ASUS <xavi92psx@gmail.com>2019-10-24 23:18:52 +0200
commit9e93944f18de5d7e38c15651df0235156d9c6d4e (patch)
treefc4f9b788698849e547bb2c1ec82ec7d2742fd83 /support/scripts
parentd5577a84aadd0195a95b5b4d83e49b40af49425b (diff)
downloadsdcc-gas-9e93944f18de5d7e38c15651df0235156d9c6d4e.tar.gz
Removed intermediate files
Diffstat (limited to 'support/scripts')
-rw-r--r--support/scripts/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/support/scripts/Makefile b/support/scripts/Makefile
deleted file mode 100644
index eb94eac..0000000
--- a/support/scripts/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-
-srcdir = .
-top_builddir = ../..
-
-include $(top_builddir)/Makefile.common
-
-TARGET = $(top_builddir)/bin/as2gbmap
-
-all:
- cp $(srcdir)/as2gbmap.py $(TARGET) && chmod +x $(TARGET)
-
-install: all installdirs
- $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)/`echo as2gbmap|sed '$(transform)'`
-
-installdirs:
- -$(INSTALL) -d $(DESTDIR)$(bindir)
-
-uninstall:
- rm -rf $(DESTDIR)$(bindir)/`echo as2gbmap|sed '$(transform)'`
-
-include $(srcdir)/clean.mk