parport-write/Makefile
josh 7f04cbfac6 added files
git-svn-id: svn://anubis/misc/parport-write@230 bd8a9e45-a331-0410-811e-c64571078777
2010-02-06 04:37:54 +00:00

8 lines
79 B
Makefile

TARGET := parport-write
all: $(TARGET)
$(TARGET): $(TARGET).c
gcc -o $@ $<