summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7eec852927f3522ed9bc68505d5ea31aa88c8a14 (plain)
1
2
3
4
5
6
# makefile for uirc
SRC = uirc.c

uirc: ${SRC}
	gcc -o uirc -O ${SRC}