zdroj_adresa: 1 -> 20
[lptgpib.git] / Makefile
1 CC=gcc
2 CFLAGS=-g3 -Wall -Werror -std=c99 -D_GNU_SOURCE
3 PROGS=controler device sniff terminal
4 all: $(PROGS) parport
5 $(PROGS): lptgpib.o
6 clean:
7         rm -f $(PROGS) *.o