summaryrefslogtreecommitdiff
path: root/scripts/Makefile
blob: 1b32df7bdc4435b8a607a608b86733da3fb685b1 (plain)
1
2
3
4
5
6
7
include ../config.mk

install:
	gcc -o gip ip.c
	cp get_weather fehbg gip $(PREFIX)/bin
clean:
	rm $(PREFIX)/bin/{gip, , fehbg, get_weather}