diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,3 +3,7 @@ LDLIBS = $(shell pkg-config --libs xft x11) colitur-x: colitur-x.c config.h $(CC) $(CFLAGS) -o $@ colitur-x.c $(LDLIBS) clean:; rm -f colitur-x + +CFLAGS_MU = -std=c99 -Os -Wall -Wextra $(shell pkg-config --cflags xft x11) +colitur-mu: colitur-mu.c mu_x11.c mu_x11.h vendor/microui.c vendor/microui.h config.h + $(CC) $(CFLAGS_MU) -o $@ colitur-mu.c mu_x11.c vendor/microui.c $(LDLIBS) |
