Skip to content

Commit

Permalink
fix ups
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Oct 17, 2016
1 parent 062bb79 commit bc84b97
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 401 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*\#*
*.o
*-client-protocol.h
include/config.h
.gdb_history
*.log
wterm
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ wterm: $(OBJECTS)
$(CC) -o wterm $(OBJECTS) $(LDFLAGS)

clean:
rm -f $(OBJECTS) $(HDRS) $(WAYLAND_SRC)
rm -f $(OBJECTS) $(HDRS) $(WAYLAND_SRC) include/config.h

install: wterm
tic -s wterm.info
Expand Down
Loading

0 comments on commit bc84b97

Please sign in to comment.