parport-2x20vfd/Makefile
josh 6e90883872 added initial skeleton files
git-svn-id: svn://anubis/misc/parport-2x20vfd@109 bd8a9e45-a331-0410-811e-c64571078777
2009-05-03 19:57:50 +00:00

9 lines
119 B
Makefile

TARGET := driver
SRCS := $(wildcard *.cc)
all: $(TARGET)
$(TARGET): $(SRCS)
$(CXX) -o $@ $(CXXFLAGS) $(LDFLAGS) $^