Skip to content

Commit a7e1672

Browse files
committed
minor cleanup
1 parent 2f7c703 commit a7e1672

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@ $(BIN)/%: %.cpp $(BIN)
8787

8888
$(BIN)/%: %.c $(BIN)
8989
g++ -o $@ $(CFLAGS) $< $(LDFLAGS)
90+
91+
# transparent video viewer helper tool
92+
tv: attic/transparent_viewer.c
93+
g++ -o $@ $^ -lX11 -lGL $(CFLAGS) $(LDFLAGS)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)