BIN= os2005read_pgd OBJS=read_pgd.o CFLAGS = -I/usr/src/linux/include $(BIN): $(OBJS) gcc -o $@ $(OBJS) clean: rm -f $(BIN) $(OBJS)