debounce-mac/GNUmakefile

10 lines
149 B
Makefile
Raw Normal View History

.PHONY: all
2016-10-31 15:38:07 +03:00
all: debounce
debounce: debounce.m
clang -fobjc-arc -framework Cocoa $^ -o $@
2016-10-31 15:38:07 +03:00
.PHONY: install
install: debounce
cp $< /usr/local/bin