but why was this there tho

This commit is contained in:
shockrah 2020-10-01 18:55:50 -07:00
parent fa04d2d722
commit d2f74b563b

View File

@ -1,8 +0,0 @@
subdirs= freechat-client/ server/
# for now we just build everything normally
all:
for dir in $(subdirs);do \
$(MAKE) -C $$dir; \
done