Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan (yac) Matějka authored and Jan (yac) Matějka committed Jun 19, 2014
1 parent 6ba5324 commit ee002b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif


TARGET = trayer
$(TARGET): $(OBJ)
$(TARGET): $(OBJ)
$(CC) $(LDFLAGS) $(OBJ) -o $@ $(LIBS)
ifeq (,$(DEVEL))
strip $@
Expand All @@ -30,10 +30,10 @@ all: $(TARGET)
clean:
$(RM) $(TARGET) $(OBJ) $(DEP) *~

distclean:
distclean:
rm -f Makefile.config config.h

install:
install:
install -d $(PREFIX)/bin
install -m 755 $(TARGET) $(PREFIX)/bin

Expand Down

0 comments on commit ee002b8

Please sign in to comment.