DEMENTOOOOR
This commit is contained in:
parent
44d62db74c
commit
5f4d6af9c0
3 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ debug: LDFLAGS += $(DBG_LDFLAGS)
|
|||
debug: $(OBJS)
|
||||
$(CC) -o $(TARGET) $^ $(LDFLAGS) $(LDLIBS)
|
||||
|
||||
check:
|
||||
dash ./tests/run.sh
|
||||
|
||||
clean:
|
||||
$(RM) $(TARGET)
|
||||
$(RM) $(OBJS)
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#define STRING_BUFFER_SIZE 32
|
||||
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
|
||||
// Holds line information
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
#define HASHMAP_SIZE 32
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "lists/lists.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue