aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 5576df499d77c36151747e6729d01003c9ab9843 (plain)
1
2
3
4
5
6
includer: clean
	gcc -o $@ includer.c target/debug/libdome_key_map.a

.PHONY: clean
clean:
	rm -f includer