diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-02-01 00:00:08 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-02-01 12:50:29 -0500 |
commit | 30012351f6cadc25bf800c86f1431eade4ee0af5 (patch) | |
tree | 03529f68d39d3b2eb9971acd3e73b65c89178e01 /Makefile | |
parent | 6a5c4c1161291a55b35151562a2d86c0a7a06606 (diff) | |
download | bfs-30012351f6cadc25bf800c86f1431eade4ee0af5.tar.xz |
tests: New utility for making and testing socket files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |