Fix invalid free error
This commit is contained in:
parent
7d4c2b3113
commit
69fa932872
2 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -6,3 +6,6 @@ all: um
|
|||
|
||||
um: src/um.c
|
||||
$(CC) $^ -o $@ $(CFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f um
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue