release commit
This commit is contained in:
parent
aa55602b33
commit
e7cfcb27df
1
Makefile
1
Makefile
@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
CC=gcc
|
||||
CFLAGS= -g3 -O0 -Wall -Wextra
|
||||
INCLUDE_DIR=/usr/local/include/
|
||||
|
||||
2
bit.c
2
bit.c
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
/* INCLUDES ==================================================================*/
|
||||
|
||||
/*
|
||||
|
||||
2
bit.h
2
bit.h
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
#ifndef _BIT_H
|
||||
#define _BIT_H
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
/* INCLUDES ==================================================================*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user