Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Martin / daiteq-examples

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • daiteq-examples
  • paranoia
  • Makefile
  • Roman's avatar
    Add paranoia example · c55ffe70
    Signed-off-by: Roman Bartosinski <roman@daiteq.com>
    Roman committed Sep 01, 2020
    c55ffe70 Browse Files
Makefile 202 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10
# Makefile for paranoia project

# libraries in required order (compiled in the order)
LIBS=bsp m softfloat ins bsp ins

# C sources
SOURCES=paranoia.c

# all common rules
include $(TOP)/Makefile.rules