OSDN Git Service

Fixed CLang warning messages and other
[opengatem/opengatem.git] / ezxml / Makefile
index c8a99fc..d6bdab2 100644 (file)
@@ -21,7 +21,7 @@
 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-CC = gcc
+#CC = gcc
 AR = ar
 RM = rm -f
 CFLAGS = -Wall -O2
@@ -59,4 +59,4 @@ ezxml.o: ezxml.h ezxml.c
        $(CC) $(CFLAGS) -c -o $@ $<
 
 clean:
-       $(RM) $(OBJS) $(LIB) $(TEST) *~
\ No newline at end of file
+       $(RM) $(OBJS) $(LIB) $(TEST) *~