summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-02-01 00:00:08 -0500
committerTavian Barnes <tavianator@tavianator.com>2019-02-01 12:50:29 -0500
commit30012351f6cadc25bf800c86f1431eade4ee0af5 (patch)
tree03529f68d39d3b2eb9971acd3e73b65c89178e01 /Makefile
parent6a5c4c1161291a55b35151562a2d86c0a7a06606 (diff)
downloadbfs-30012351f6cadc25bf800c86f1431eade4ee0af5.tar.xz
tests: New utility for making and testing socket files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2349727..c1249fa 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ tests/mksock: tests/mksock.o
%.o: %.c
$(CC) $(ALL_CFLAGS) -c $< -o $@
-check: all
+check: all tests/mksock
./tests.sh
distcheck:
@@ -107,7 +107,7 @@ endif
+$(MAKE) -Bs check
clean:
- $(RM) bfs *.o *.d
+ $(RM) bfs *.[od] tests/mksock tests/*.[od]
install:
$(MKDIR) $(DESTDIR)$(PREFIX)/bin