This commit is contained in:
Sergio R. Caprile 2023-10-11 16:39:07 -03:00
parent 9be36eb9cb
commit 83fec2cf45
4 changed files with 2 additions and 4 deletions

View File

@ -25,7 +25,7 @@ $(PROG): $(SOURCES) # Build program from sources
$(CC) $(SOURCES) $(CFLAGS) $(CFLAGS_MONGOOSE) $(CFLAGS_EXTRA) $(OUT)
clean: # Cleanup. Delete built program and all build artifacts
$(DELETE) $(PROG) *.o *.obj *.exe *.dSYM mbedtls
$(DELETE) $(PROG) *.o *.obj *.exe *.dSYM mbedtls $(PACK)
# Generate packed filesystem for serving cert
packed_fs.c: $(wildcard certs/*) Makefile

View File

@ -25,7 +25,7 @@ $(PROG): $(SOURCES) # Build program from sources
$(CC) $(SOURCES) $(CFLAGS) $(CFLAGS_MONGOOSE) $(CFLAGS_EXTRA) $(OUT)
clean: # Cleanup. Delete built program and all build artifacts
$(DELETE) $(PROG) *.o *.obj *.exe *.dSYM mbedtls
$(DELETE) $(PROG) *.o *.obj *.exe *.dSYM mbedtls $(PACK)
# Generate packed filesystem for serving credentials
packed_fs.c: $(wildcard certs/*) Makefile

View File

@ -1 +0,0 @@
../../test/data/ss_ca.pem

View File

@ -1 +0,0 @@
../../test/data/ss_server.pem