diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-04-06 21:57:51 +0100 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-04-06 21:57:51 +0100 |
| commit | 7193214d3f9d270e2b5a17ce777feba56f72e699 (patch) | |
| tree | 0aff0e0719fb7182f07390c190606d8a12b835d9 /Makefile | |
| parent | 5e08cf15f1ec3a57779b9832dfaf5cdce0771b16 (diff) | |
| download | pish-7193214d3f9d270e2b5a17ce777feba56f72e699.zip pish-7193214d3f9d270e2b5a17ce777feba56f72e699.tar.gz pish-7193214d3f9d270e2b5a17ce777feba56f72e699.tar.bz2 pish-7193214d3f9d270e2b5a17ce777feba56f72e699.tar.xz | |
Added parse.o to sources
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -SOURCES = led.o morse.o main.o -HEADERS = led.h morse.h +SOURCES = led.o morse.o parse.o main.o +HEADERS = led.h morse.h parse.h CXXFLAGS = -I. pish: $(SOURCES) $(HEADERS) Makefile g++ $(SOURCES) -o pish |