To get this branch, use:
bzr branch
http://bzr.ed.am/elec/propeller-clock
« back to all changes in this revision
Viewing changes to src/Makefile
-
Committer:
Tim Marston
-
Date:
2012-05-17 22:49:11 UTC
-
Revision ID:
tim@ed.am-20120517224911-dbd9dtcpl14xlhi0
rewrote/fixed button event triggering code
- files renamed:
-
src/analogue_clock.cc
=>
src/modes/analogue_clock.cc
-
src/analogue_clock.h
=>
src/modes/analogue_clock.h
-
src/digital_clock.h
=>
src/modes/digital_clock.h
-
src/test_pattern.cc
=>
src/modes/test_pattern.cc
-
src/test_pattern.h
=>
src/modes/test_pattern.h
Show diffs side-by-side
added
removed
2
SOURCES=$(wildcard *.cc util/*.cpp)
b'\\ No newline at end of file'
2
SOURCES=$(wildcard *.cc modes/*.cc util/*.cpp)