Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

release / riscv-demo

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • riscv-demo
  • examples
  • paranoia
  • Makefile
  • Martin's avatar
    Release 2022.1 · a22edae1
    Martin committed Sep 07, 2022
    a22edae1 Browse Files
Makefile 238 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Makefile for paranoia project

BIN=paranoia

# C sources
SOURCES=paranoia.c

# header and additional files
HEADERS=../common_sys_header.inc

CFLAGS=

# libraries in required order (compiled in the order)
LIBS=sf built m bcc c bcc built