Skip to content

Commit 9208023

Browse files
Laurence BankLaurence Bank
authored andcommitted
Merge latest fixes
1 parent a223245 commit 9208023

File tree

2 files changed

+4
-144
lines changed

2 files changed

+4
-144
lines changed

MacOS/PNG_Test/PNG_Test/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
CFLAGS=-Wall -O2 -g -fsanitize=address,undefined
22
LIBS =
33

4-
all: png_demo
4+
all: png_test
55

6-
png_demo: main.o
7-
$(CC) main.o -fsanitize=address,undefined -g $(LIBS) -o png_demo
6+
png_test: main.o
7+
$(CC) main.o -fsanitize=address,undefined -g $(LIBS) -o png_test
88

99
main.o: main.cpp
1010
$(CXX) $(CFLAGS) -c main.cpp
1111

1212
clean:
13-
rm -rf *.o png_demo
13+
rm -rf *.o png_test

src/PNGDisplay.cpp

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)