Initialize project
This commit is contained in:
commit
2024871cb5
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.user
|
4
CMakeLists.txt
Normal file
4
CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(yacos)
|
||||
add_executable(${PROJECT_NAME} "main.c")
|
7
README.MD
Normal file
7
README.MD
Normal file
@ -0,0 +1,7 @@
|
||||
# Yet Another Check-Out System
|
||||
Or yacos, for short.
|
||||
|
||||
RFID tagged items go in, RFID badge goes in, happy user goes out... with l00t!
|
||||
|
||||
# License
|
||||
This program is licensed under a GNU GPL V2 license.
|
Loading…
Reference in New Issue
Block a user