diff options
author | June McEnroe <june@causal.agency> | 2020-08-01 00:10:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-01 00:10:58 -0400 |
commit | cbbee0458299355ccae4d9c1510cd85353b5c0cd (patch) | |
tree | a1a577b597612eb1f26aa6469eb84b6b04648822 /Makefile | |
parent | Define explicit_bzero using memset_s on macOS (diff) | |
download | pounce-cbbee0458299355ccae4d9c1510cd85353b5c0cd.tar.gz pounce-cbbee0458299355ccae4d9c1510cd85353b5c0cd.zip |
Remove compat.h
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 1d8b74a..a325b8a 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ calico: dispatch.o pounce: ${OBJS} ${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ -${OBJS}: bounce.h compat.h +${OBJS}: bounce.h .SUFFIXES: .in |