refactoring

This commit is contained in:
Devaev Maxim
2018-09-21 01:27:49 +03:00
parent 0e7dafbbb5
commit e223d88287
6 changed files with 43 additions and 28 deletions

View File

@@ -10,6 +10,10 @@ PROG = ustreamer
all: $(SOURCES) $(PROG)
regen:
tools/make-jpg-h.py src/data/blank.jpg src/data/blank.h BLANK 640 480
$(PROG): $(OBJECTS)
$(CC) $(LIBS) $(LDFLAGS) $(OBJECTS) -o $@