Skip to content

Commit

Permalink
Removes lab01 info, it's an RE level after all ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
RPISEC authored and clarkb7 committed Jun 23, 2015
1 parent 116892e commit 597478a
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 266 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -192,8 +192,8 @@ number of Ubuntu updates.

## Frequently Asked Questions

#### Why can't I login to lab01c?
Account names are case sensitive, so please check that you're logging in as lab01**C**
#### Why can't I login to lab1c?
Account names are case sensitive, so please check that you're logging in as lab1**C**

#### Where are the lab solutions?
Posting solutions spoils the fun and grind of the game, and as an academic resource it is
Expand Down
11 changes: 1 addition & 10 deletions src/lab01/CMakeLists.txt
@@ -1,13 +1,4 @@
cmake_minimum_required(VERSION 2.8)

# Adds an executable target
add_executable(lab1C lab1C.c)

add_executable(lab1B lab1B.c)
SET_FLAGS(lab1B "-s")

add_executable(lab1A lab1A.c)
SET_FLAGS(lab1A "-s")

# These are the files we want to give students
install(TARGETS lab1C lab1B lab1A DESTINATION "${RELEASE_DIR}/lab01")
install(FILES lab1C lab1B lab1A DESTINATION "${RELEASE_DIR}/lab01")
16 changes: 0 additions & 16 deletions src/lab01/README.md

This file was deleted.

Binary file added src/lab01/lab1A
Binary file not shown.
86 changes: 0 additions & 86 deletions src/lab01/lab1A.c

This file was deleted.

Binary file added src/lab01/lab1B
Binary file not shown.
121 changes: 0 additions & 121 deletions src/lab01/lab1B.c

This file was deleted.

Binary file added src/lab01/lab1C
Binary file not shown.
31 changes: 0 additions & 31 deletions src/lab01/lab1C.c

This file was deleted.

0 comments on commit 597478a

Please sign in to comment.