josh 14214f7a99 display not working again, need more investigation into why it stopped :(
git-svn-id: svn://anubis/misc/parport-2x20vfd@115 bd8a9e45-a331-0410-811e-c64571078777
2009-05-04 01:50:07 +00:00

10 lines
162 B
Makefile

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