Whopps
This commit is contained in:
parent
382e2448cd
commit
7b1d46ff44
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ CFLAGS = `pkg-config --cflags gtk+-3.0`
|
|||
LDFLAGS = `pkg-config --libs gtk+-3.0`
|
||||
|
||||
# Source files
|
||||
SRC = mode_switcher.c
|
||||
SRC = themeswitcher.c
|
||||
|
||||
# Object files
|
||||
OBJ = $(SRC:.c=.o)
|
||||
|
|
Reference in a new issue