diff --git a/config.mk b/config.mk index 6d36cb7..de7c108 100644 --- a/config.mk +++ b/config.mk @@ -35,4 +35,4 @@ LDFLAGS = ${LIBS} #LDFLAGS = ${LIBS} # compiler and linker -CC = cc +CC = tcc diff --git a/drw.o b/drw.o new file mode 100644 index 0000000..cde722a Binary files /dev/null and b/drw.o differ diff --git a/dwm b/dwm new file mode 100755 index 0000000..a8e4e92 Binary files /dev/null and b/dwm differ diff --git a/dwm.o b/dwm.o new file mode 100644 index 0000000..5054525 Binary files /dev/null and b/dwm.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..a8c8719 Binary files /dev/null and b/util.o differ