Remove a bad 'goto end' and a few superfluous ones in apps/lib/apps.c
[openssl.git] / demos / evp / Makefile
index 72c6e81d7a9f26d5626bda4b495bf9f66ba40ac6..c2e10a1ded0ed8dbd8d27ac6e82393ce80d349a4 100644 (file)
 CFLAGS = $(OPENSSL_INCS_LOCATION)
 LDFLAGS = $(OPENSSL_LIBS_LOCATION) -lssl -lcrypto
 
-all: aesccm aesgcm 
+all: aesccm aesgcm
 
 aesccm: aesccm.o
 aesgcm: aesgcm.o
 
 aesccm aesgcm:
-       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
+       $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
+
+clean:
+       $(RM) aesccm aesgcm *.o