summaryrefslogtreecommitdiffstats
path: root/test/src/Makefile
blob: 105b730b9ef723fe39b2cb4bede07aa27fb475fd (plain)
1
2
3
4
5
all:
	gcc $(CFLAGS) -o test test.c

install:
	install -D -m755 test $(DESTDIR)/usr/bin/$(DESTBIN)