Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
floe committed Aug 11, 2021
1 parent 2f7c703 commit a7e1672
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@ $(BIN)/%: %.cpp $(BIN)

$(BIN)/%: %.c $(BIN)
g++ -o $@ $(CFLAGS) $< $(LDFLAGS)

# transparent video viewer helper tool
tv: attic/transparent_viewer.c
g++ -o $@ $^ -lX11 -lGL $(CFLAGS) $(LDFLAGS)
File renamed without changes.
File renamed without changes.

0 comments on commit a7e1672

Please sign in to comment.