aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/native/gas-preprocessor/Makefile
blob: d25789039e27c8c6f66e578bd65aef1ab90ab338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include ../../Makefile.include

GASBIN=$(NATIVEPREFIX)/bin/gas-preprocessor.pl

all: $(GASBIN)

$(GASBIN):
	mkdir -p $(NATIVEPREFIX)/bin
	cp gas-preprocessor.pl $(GASBIN)

clean:
distclean::
	rm -f $(GASBIN)