diff options
| author | user <user@mail.com> | 2025-07-09 18:43:35 -0400 |
|---|---|---|
| committer | user <user@mail.com> | 2025-07-09 18:44:18 -0400 |
| commit | 1e8a4b50adeb773e946bc4101d4fb6e983f6c160 (patch) | |
| tree | 1d66cfbbaf6084006c0be13079bca6754ea271c5 /Makefile | |
| parent | 54b2e7496154d6e0f5926a2bb4c87c41a0475d50 (diff) | |
refactor
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .PHONY: all clean install uninstall PROG= mpdws -SRCS= mpd_ws.h mpd_ws.c main.c +SRCS= mpdws.h mpdws.c main.c NOMAN= CPPFLAGS+= -I/usr/local/include |
