Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux User committed Nov 5, 2019
1 parent fa79a2f commit a56d713
Show file tree
Hide file tree
Showing 8 changed files with 1,822 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ALL=v4lfs

all: $(ALL)

v4lfs: fs.o NinePea.o v4l.o jpeg.o
$(CC) -o v4lfs fs.o NinePea.o v4l.o jpeg.o -ljpeg

clean:
rm -f v4lfs *.o *~
Loading

0 comments on commit a56d713

Please sign in to comment.